removed --save from yarn command

This commit is contained in:
Felix Glaser 2018-10-10 15:51:29 +00:00 committed by GitHub
parent edadb19df9
commit d49bbb13c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ npm install gentelella --save
**yarn**
```
yarn add gentelella --save
yarn add gentelella
```
## How to contribute
To contribute, please ensure that you have stable [Node.js](https://nodejs.org/) and [npm](https://npmjs.com) installed.