From 86a852fe763935bb64c12589df5391fd7d3bb14d Mon Sep 17 00:00:00 2001 From: Utkarsh Kukreti <42044009+fs-projects@users.noreply.github.com> Date: Thu, 4 Jun 2020 11:05:27 +0530 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63df081a9..cb49399e9 100644 --- a/README.md +++ b/README.md @@ -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