Skip to content

Commit

Permalink
📝 Docs: fix word error && change version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Apr 9, 2019
1 parent 922bc12 commit 0cbeb79
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 @@ -12,7 +12,7 @@ It's now only available for Node.js projects. Thanks [standard-version](https://
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/PicGo/bump-version/releases/latest">
<img src="https://img.shields.io/github/release/PicGo/bump-version.svg?style=flat-square" alt="">
<img src="https://img.shields.io/npm/v/@picgo/bump-version.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/PicGo/bump-version">
<img src="https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square" alt="">
Expand Down Expand Up @@ -46,7 +46,7 @@ alternatively add the following things in your `package.json`:
},
},
"commitlint": {
"extends": ["./node_modules/@picgo/bump-verison/commitlint-picgo"]
"extends": ["./node_modules/@picgo/bump-version/commitlint-picgo"]
}
```

Expand Down

0 comments on commit 0cbeb79

Please sign in to comment.