Skip to content

Commit 0c81168

Browse files
committed
Drop --save flag from install docs
This is replaced by --save-prod in new NPM, but it's also the new default behavior.
1 parent 7d7a4b6 commit 0c81168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It supports [Standard SQL][], [Couchbase N1QL][], [IBM DB2][] and [Oracle PL/SQL
1111
Get the latest version from NPM:
1212

1313
```
14-
npm install --save sql-formatter
14+
npm install sql-formatter
1515
```
1616

1717
## Usage

0 commit comments

Comments
 (0)