aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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'),