Skip to content

Commit

Permalink
Fix readme typo (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and sindresorhus committed Jan 22, 2019
1 parent 3c4cca0 commit b8814b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ If you use a Continuous Integration server to publish your tagged commits, use t

### Publish to gh-pages

To publish to `gh-pages` or any other branch that serves your static assets), install [`branchsite`](https://github.com/enriquecaballero/branchsite), an `np`-like CLI tool aimed to compliment `np`, and create an [npm "post" hook](https://docs.npmjs.com/misc/scripts) that runs after `np`.
To publish to `gh-pages` or any other branch that serves your static assets), install [`branchsite`](https://github.com/enriquecaballero/branchsite), an `np`-like CLI tool aimed to complement `np`, and create an [npm "post" hook](https://docs.npmjs.com/misc/scripts) that runs after `np`.

```
$ npm install --save-dev branchsite
Expand Down

0 comments on commit b8814b6

Please sign in to comment.