aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2016-05-21 22:57:33 -0400
committereric thul <thul.eric@gmail.com>2016-05-21 22:57:33 -0400
commit44eb153bce3d995e8ded6d5fef486567f5379d0d (patch)
treee913daff9679aafeda4b6de16f346a831355eba3 /README.md
parentd301b47d8fb7139d11f59c5d969bdde6132a8230 (diff)
downloadpurs-loader-44eb153bce3d995e8ded6d5fef486567f5379d0d.tar.gz
purs-loader-44eb153bce3d995e8ded6d5fef486567f5379d0d.tar.zst
purs-loader-44eb153bce3d995e8ded6d5fef486567f5379d0d.zip
Bumping version number to 1.0.0-rc.01.0.0-rc.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e7e0b45..d6d3f3a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
11Install with [npm](https://npmjs.org/package/purs-loader). 11Install with [npm](https://npmjs.org/package/purs-loader).
12 12
13``` 13```
14npm install purs-loader --save-dev 14npm 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
40Refer to the [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) for a more detailed example.
41
40### Options 42### Options
41 43
42Default options: 44Default options: