diff --git a/README.md b/README.md index 3c99dae..612075b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Download and install [NodeJS](http://nodejs.org/) ## Build targets grunt build // Pre-cleaning and compilation of js, sass and templates - grunt release-build // Same as build + minifcation and obfuscation + grunt release-build // Same as build + minification and obfuscation grunt default // Runs build target and hosts a webserver with live reload grunt release // Runs build target and hosts a webserver grunt eslint // Runs linting