From e1605cbc0fa4d51e768a5d05a7707f90f3168e43 Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Mon, 18 Feb 2019 17:36:45 -0500 Subject: [PATCH 1/2] Remove --save option as it isn't required anymore --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 84f272ea0f..261e4f3b6e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ These documentation pages are also rendered using marked 💯 **CLI:** `npm install -g marked` -**In-browser:** `npm install marked --save` +**In-browser:** `npm install marked`

Usage

From 0f8e7b50e8ea45ca50233681559592424859841b Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Mon, 18 Feb 2019 17:37:46 -0500 Subject: [PATCH 2/2] Remove --save option as it isn't required anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c14b73b7c2..344f4a488c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Also read about: **CLI:** `npm install -g marked` -**In-browser:** `npm install marked --save` +**In-browser:** `npm install marked` ## Usage