diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +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 | npm install purs-loader --save-dev | 14 | npm install purs-loader@next --save-dev |
15 | ``` | 15 | ``` |
16 | 16 | ||
17 | ## Example | 17 | ## Example |
@@ -37,6 +37,8 @@ const webpackConfig = { | |||
37 | } | 37 | } |
38 | ``` | 38 | ``` |
39 | 39 | ||
40 | Refer to the [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) for a more detailed example. | ||
41 | |||
40 | ### Options | 42 | ### Options |
41 | 43 | ||
42 | Default options: | 44 | Default options: |