Skip to content

Commit 36a4e16

Browse files
authored
Remove --save option as it isn't required anymore
1 parent ca03390 commit 36a4e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ For the latest stable version, run:
3838

3939
```sh
4040
# TypeScript 2.3.3 or later
41-
npm install --save tslib
41+
npm install tslib
4242

4343
# TypeScript 2.3.2 or earlier
44-
npm install --save tslib@1.6.1
44+
npm install tslib@1.6.1
4545
```
4646

4747
## bower

0 commit comments

Comments
 (0)