From ecba209ab19ed934c60f88491f8f168b1062abf5 Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Mon, 17 Aug 2015 23:48:45 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37eb90f..717e328 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ ``` javascript var a = require("val!./file.js"); -// => excute file.js while compiling and +// => execute file.js while compiling and // take the result as javascript code for including ``` Don't forget to polyfill `require` if you want to use it in node. See `webpack` documentation. -The excution of file.js has polyfill already applied. +The execution of file.js has polyfill already applied. This loader is also useful if you want to provide data for another loader: @@ -21,4 +21,4 @@ require("css!val!./generateCss.js"); ## License -MIT (http://www.opensource.org/licenses/mit-license.php) \ No newline at end of file +MIT (http://www.opensource.org/licenses/mit-license.php)