diff --git a/README.md b/README.md index 6c4442c..879321b 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ gulp If CoffeeScript isn't globally installed, use `node_modules/.bin/cake build` ### Develop -Builds CoffeeScript and CSS, and runs linting and build steps if any changes occur to important files. This allows you to rerun the tests immidiately after you've changed the CoffeeScript, without having to lint and recompile. Of course, any changes that breaks the CoffeeScript will be prompted on the command line. +Builds CoffeeScript and CSS, and runs linting and build steps if any changes occur to important files. This allows you to rerun the tests immediately after you've changed the CoffeeScript, without having to lint and recompile. Of course, any changes that breaks the CoffeeScript will be prompted on the command line. ``` gulp watch (coming) ```