Skip to content

Commit

Permalink
docs(dsmjs): fixed the name of the package in the usage details
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 15, 2017
1 parent 847c2fe commit 67f31be
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 @@ -17,13 +17,13 @@ This config extends [commitlint-config-travi](https://github.com/travi/commitlin
### Installation

```sh
$ npm install commitlint-config-travi -D
$ npm install commitlint-config-dsmjs -D
```

### Define the config for your project

```sh
$ echo "module.exports = {extends: ['travi']};" > .commitlintrc.js
$ echo "module.exports = {extends: ['dsmjs']};" > .commitlintrc.js
```

### Define the npm script for [husky](https://github.com/typicode/husky)
Expand Down

0 comments on commit 67f31be

Please sign in to comment.