readme: Fix npm install command (#89)

This commit is contained in:
Viktor Kuroljov 2018-12-22 10:19:16 +02:00 committed by 강동윤
parent fb77e996bd
commit 946a32adf8

View File

@ -15,7 +15,7 @@ swc is rust port of [babel][] and [closure compiler][].
Currently this requires nightly version of [rust][].
```sh
npm i -SD swc
npm i -D swc
```
or
```sh