Skip to content

Commit

Permalink
Add missing closing bracket in readme.md (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored and itaisteinherz committed May 23, 2019
1 parent 71880f9 commit 8f0de83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -216,7 +216,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 complement `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 8f0de83

Please sign in to comment.