From: eric thul Date: Sun, 19 Feb 2017 17:17:27 +0000 (-0500) Subject: Fix typo in README X-Git-Tag: 2.4.0-beta.0~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=cbb7579562d203e99a1f751d8f518e680d5b81eb;p=github%2Ffretlink%2Fpurs-loader.git Fix typo in README --- diff --git a/README.md b/README.md index 931e4e6..150c2c0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ const loaderConfig = { bundleNamespace: 'PS', bundle: false, warnings: true, - watch: false, // indicates if webapck is in watch mode + watch: false, // indicates if webpack is in watch mode output: 'output', src: [ path.join('src', '**', '*.purs'),