diff --git a/Moving-to-NPM-and-Grunt.md b/Moving-to-NPM-and-Grunt.md index 18468f0..0ebf703 100644 --- a/Moving-to-NPM-and-Grunt.md +++ b/Moving-to-NPM-and-Grunt.md @@ -11,9 +11,9 @@ 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 @@ -73,6 +73,8 @@ Both `npm install` and `npm install ol3` will process the `package.json` depende * test - what Tim did! +* integration-test - does this make sense if the examples are no longer _built_? + * build - grunt build * doc - grunt doc