Skip to content

Commit

Permalink
fix: fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroJr committed May 3, 2017
1 parent e203f27 commit dc7da77
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 @@ -14,7 +14,7 @@ A modern template for node modules with lint (ESlint), tests (Mocha and Chai), c

* clone the repo and remove the .git folder
```Shell
$ git clone [email protected]:semantic-release/semantic-release.git my-new-module-name
$ git clone [email protected]:MauroJr/node-module-boilerplate.git my-new-module-name
$ cd my-new-module-name
$ rm -rf .git
```
Expand Down Expand Up @@ -44,5 +44,5 @@ $ yarn run commit
## Do you want more information?

```Shell
$ yarn run info
$ yarn run infoMy template for node modules with lint, tests, code coverage, type checking, CI, semantic release and interoperability between ES6 modules and CommonJs.
```

0 comments on commit dc7da77

Please sign in to comment.