Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Mar 15, 2012
1 parent dc10d0f commit 6a0a1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,8 @@ through a git-hook.
srv.use(uphook('/super-secret-url', { branch: 'master', cmd: 'make deploy' }));
```

In this case it's set up so that when you push to the master branh, it
will run `make deploy` and, if successful, it'll reload the server.
In this case it's set up so that when you push to the `master` branch,
it will run `make deploy` and, if successful, it'll reload the server.

2. **Add the post-receive hook on GitHub**

Expand Down

0 comments on commit 6a0a1f2

Please sign in to comment.