Skip to content

Commit

Permalink
Changing font-style to monospace for '--save' option in README.md (lo…
Browse files Browse the repository at this point in the history
…dash#4681)

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

Co-authored-by: utkarsh-kukreti <utkarshk@dewsolutions.in>
  • Loading branch information
fs-projects and utkarsh-kukreti authored Jun 4, 2020
1 parent 74b09d6 commit 86a852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86a852f

Please sign in to comment.