Skip to content

Commit 7ec0940

Browse files
chore: use i instead of install
1 parent 1c050d9 commit 7ec0940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Extracts source maps from existing source files (from their <code>sourceMappingU
2020
To begin, you'll need to install `source-map-loader`:
2121

2222
```console
23-
npm install -D source-map-loader
23+
npm i -D source-map-loader
2424
```
2525

2626
```console

0 commit comments

Comments
 (0)