aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2017-02-19 12:17:27 -0500
committereric thul <thul.eric@gmail.com>2017-02-19 12:17:27 -0500
commitcbb7579562d203e99a1f751d8f518e680d5b81eb (patch)
treedf7df21278b623d4806cceb240df2d0890fee697
parentdf8798fa0eeeb3dfcce14dc10100b03f708b57f6 (diff)
downloadpurs-loader-cbb7579562d203e99a1f751d8f518e680d5b81eb.tar.gz
purs-loader-cbb7579562d203e99a1f751d8f518e680d5b81eb.tar.zst
purs-loader-cbb7579562d203e99a1f751d8f518e680d5b81eb.zip
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 931e4e6..150c2c0 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ const loaderConfig = {
61 bundleNamespace: 'PS', 61 bundleNamespace: 'PS',
62 bundle: false, 62 bundle: false,
63 warnings: true, 63 warnings: true,
64 watch: false, // indicates if webapck is in watch mode 64 watch: false, // indicates if webpack is in watch mode
65 output: 'output', 65 output: 'output',
66 src: [ 66 src: [
67 path.join('src', '**', '*.purs'), 67 path.join('src', '**', '*.purs'),