Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 24, 2017
1 parent a59fa09 commit 7dd84ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
## :cloud: Installation

```sh
$ npm i --save codementor
# Using npm
npm install --save codementor

# Using yarn
yarn add codementor
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"example": "example"
},
"devDependencies": {}
}
}

0 comments on commit 7dd84ab

Please sign in to comment.