Skip to content

Commit

Permalink
Merge pull request #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 89b1717 + 0f8e7b5 commit f42c4a7
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 f42c4a7

Please sign in to comment.