Skip to content

Commit

Permalink
Merge pull request markedjs#1422 from stevemoser/patch-1
Browse files Browse the repository at this point in the history
Remove --save option as it isn't required anymore
  • Loading branch information
styfle committed Feb 19, 2019
2 parents 07aea5d + 147387f commit 94bdd18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ Also read about:

**CLI:** `npm install -g marked`

**In-browser:** `npm install marked --save`
**In-browser:** `npm install marked`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -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`

<h2 id="usage">Usage</h2>

Expand Down

0 comments on commit 94bdd18

Please sign in to comment.