diff --git a/AUTHORS b/AUTHORS index 87223a63b7e..9032db72f46 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,7 +12,7 @@ Charles Nowacek Jayakumar Chinnappan Robin Keller Adam Christian -Jonathan Lipps <> +Jonathan Lipps Sebastian Tiedtke Jeremy Avnet <> Bernard Kobos diff --git a/README.md b/README.md index 2adae1de102..3810f548617 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,17 @@ Requirements Ninja-speed Setup ------------ -Install [node.js](http://nodejs.org/) which come with its package manager [npm](https://npmjs.org/). +Install [node.js](http://nodejs.org/) which comes with its package manager [npm](https://npmjs.org/). > sudo npm install appium -g > appium --app /path/to/your/ios/app & > node your-appium-test.js - + See [the appium example tests.](https://github.com/appium/appium/tree/master/sample-code/examples) - - - -Prerequisite +Prerequisites ------------ Install [node.js](http://nodejs.org/) which come with its package manager [npm](https://npmjs.org/). Change into your local repo clone and install packages using following commands: