diff --git a/Moving-to-NPM-and-Grunt.md b/Moving-to-NPM-and-Grunt.md index 0ebf703..ae0a581 100644 --- a/Moving-to-NPM-and-Grunt.md +++ b/Moving-to-NPM-and-Grunt.md @@ -11,9 +11,11 @@ The actual development tasks will be run via [Grunt](gruntjs.com). Grunt requir ## Installation ### From Source -`git clone https://github.com/openlayers/ol3.git -cd ol3 -npm install` +`git clone https://github.com/openlayers/ol3.git` + +`cd ol3` + +`npm install` ### From NPM