Changing font-style to monospace for '--save' option in README.md (#4681)

--save is a command-line option and it should be monospaced

Co-authored-by: utkarsh-kukreti <utkarshk@dewsolutions.in>
This commit is contained in:
Utkarsh Kukreti
2020-06-04 11:05:27 +05:30
committed by GitHub
parent 74b09d6272
commit 86a852fe76

View File

@@ -39,7 +39,7 @@ Using npm:
$ npm i -g npm
$ npm i lodash
```
Note: add --save if you are using npm < 5.0.0
Note: add `--save` if you are using npm < 5.0.0
In Node.js:
```js