diff options
author | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 16:21:03 +0100 |
---|---|---|
committer | Cyril Sobierajewicz <cyril.sobierajewicz@fretlink.com> | 2018-12-03 16:21:03 +0100 |
commit | 8578f8a58ccdfdf5688c7bb7da3b79236b12f603 (patch) | |
tree | 1d2fbce84916a6d03a3cea2706c3d0fc0fe8171e | |
parent | 5c2f4e966ffec127ec561431187886c9053b01b9 (diff) | |
download | purs-loader-8578f8a58ccdfdf5688c7bb7da3b79236b12f603.tar.gz purs-loader-8578f8a58ccdfdf5688c7bb7da3b79236b12f603.tar.zst purs-loader-8578f8a58ccdfdf5688c7bb7da3b79236b12f603.zip |
Update install instructions
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -11,14 +11,7 @@ | |||
11 | Install with [npm](https://npmjs.org/package/purs-loader). | 11 | Install with [npm](https://npmjs.org/package/purs-loader). |
12 | 12 | ||
13 | ``` | 13 | ``` |
14 | // For PureScript 0.11 and newer | 14 | npm install --save-dev fretlink/purs-loader#latest |
15 | npm install purs-loader --save-dev | ||
16 | |||
17 | // For PureScript 0.9 and 0.10 | ||
18 | npm install purs-loader@purescript-0.9 --save-dev | ||
19 | |||
20 | // For PureScript 0.8 | ||
21 | npm install purs-loader@purescript-0.8 --save-dev | ||
22 | ``` | 15 | ``` |
23 | 16 | ||
24 | ## Example | 17 | ## Example |