Fix the casing of the modulesPath argument; update the readme

This commit is contained in:
Erjan Gavalji
2015-10-26 15:02:47 +02:00
parent 0445173757
commit cfb6c41542
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
//Construct and validate the arguments
var args = {
platform: grunt.option("platform"),
modulesPath: grunt.option("modulespath"),
modulesPath: grunt.option("modulesPath"),
tnsPath: grunt.option("tnsPath"),
emulatorProcessIdentifier: grunt.option("emuPId"),
emuAvdName: grunt.option("avd"),