Skip to content

Commit

Permalink
fix(readme): fix installation cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yyynnn authored and antongolub committed May 24, 2019
1 parent 1441008 commit 867fd38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ gh-pages publishing plugin for [semantic-release](https://github.com/semantic-re

### Install
```bash
yarn add @qiwi/semantic-release-ghpages-plugin --dev
yarn add @qiwi/semantic-release-gh-pages-plugin --dev
```
or
```bash
npm add @qiwi/semantic-release-gh-pages-plugin -D
```

### Usage
Expand Down

0 comments on commit 867fd38

Please sign in to comment.