]> git.immae.eu Git - github/fretlink/purs-loader.git/commitdiff
Fix typo in README
authoreric thul <thul.eric@gmail.com>
Sun, 19 Feb 2017 17:17:27 +0000 (12:17 -0500)
committereric thul <thul.eric@gmail.com>
Sun, 19 Feb 2017 17:17:27 +0000 (12:17 -0500)
README.md

index 931e4e6f7f8d27a4995c78ebd09f81121639fc06..150c2c06d5fdc88840a50896a39fbb0dc45c2f9a 100644 (file)
--- 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'),