diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,9 +11,12 @@ | |||
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.9 and newer | 14 | // For PureScript 0.11 and newer |
15 | npm install purs-loader --save-dev | 15 | npm install purs-loader --save-dev |
16 | 16 | ||
17 | // For PureScript 0.9 and 0.10 | ||
18 | npm install purs-loader@purescript-0.9 --save-dev | ||
19 | |||
17 | // For PureScript 0.8 | 20 | // For PureScript 0.8 |
18 | npm install purs-loader@purescript-0.8 --save-dev | 21 | npm install purs-loader@purescript-0.8 --save-dev |
19 | ``` | 22 | ``` |