aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2014-09-22 23:46:20 -0400
committereric thul <thul.eric@gmail.com>2014-09-22 23:46:20 -0400
commit08b34471f38e1a7f3701db7d48a7988fe2f71eea (patch)
treef710c7aa66a626f17d1fa9be0d348cf5fd7673a6
parent1ecf70eedbfa77db779375ae365c59c197ed2ae9 (diff)
downloadpurs-loader-08b34471f38e1a7f3701db7d48a7988fe2f71eea.tar.gz
purs-loader-08b34471f38e1a7f3701db7d48a7988fe2f71eea.tar.zst
purs-loader-08b34471f38e1a7f3701db7d48a7988fe2f71eea.zip
Updating README
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 17fe735..0663eec 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# purs-loader 1# purs-loader
2 2
3> [PureScript](http://www.purescript.org) loader for [webpack](https://github.com/webpack/webpack) 3> [PureScript](http://www.purescript.org) loader for [webpack](http://webpack.github.io)
4 4
5## Install 5## Install
6 6
@@ -12,8 +12,6 @@ npm install purs-loader --save-dev
12 12
13## Options 13## Options
14 14
15#### options
16
17 - **no-prelude**: Boolean value that toggles `--no-prelude` 15 - **no-prelude**: Boolean value that toggles `--no-prelude`
18 - Do not include the Prelude in the generated Javascript. 16 - Do not include the Prelude in the generated Javascript.
19 - **no-opts**: Boolean value that toggles `--no-opts` 17 - **no-opts**: Boolean value that toggles `--no-opts`