Skip to content

Commit

Permalink
Fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
styxit committed Aug 9, 2017
1 parent 0381d09 commit 5713104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Tool to fake GitHub wehbook events.
## Usage
To spoof a pull request merge event, use:
```
php spoof styxit/imposter myBrach develop
php spoof styxit/imposter myBranch develop
```

This will fake an event as if branch "mybranch" was merged into branch "develop", for repository "styxit/imposter".
This will fake an event as if branch "myBranch" was merged into branch "develop", for repository "styxit/imposter".

Use `php spoof --help` to get more info about the command.

Expand Down

0 comments on commit 5713104

Please sign in to comment.