From d6304e2243fb89261787012a89e08c9617dc25cb Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Wed, 23 Jan 2013 07:55:15 -0800 Subject: [PATCH] add self to authors, fix spelling --- AUTHORS | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: