aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 16:21:03 +0100
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 16:22:25 +0100
commitcb213006151ce7b9568a8aecb54f68eb38e50518 (patch)
tree9d47758d91bc19356c92997afb9d8fc6f1ae20f9 /README.md
parentd3f40b6f0b0f507308f8dfd91e9cf6d4745dbce8 (diff)
downloadpurs-loader-cb213006151ce7b9568a8aecb54f68eb38e50518.tar.gz
purs-loader-cb213006151ce7b9568a8aecb54f68eb38e50518.tar.zst
purs-loader-cb213006151ce7b9568a8aecb54f68eb38e50518.zip
Update install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 034dac0..b84acae 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,7 @@
11Install with [npm](https://npmjs.org/package/purs-loader). 11Install with [npm](https://npmjs.org/package/purs-loader).
12 12
13``` 13```
14// For PureScript 0.11 and newer 14npm install --save-dev fretlink/purs-loader#latest
15npm install purs-loader --save-dev
16
17// For PureScript 0.9 and 0.10
18npm install purs-loader@purescript-0.9 --save-dev
19
20// For PureScript 0.8
21npm install purs-loader@purescript-0.8 --save-dev
22``` 15```
23 16
24## Example 17## Example