add self to authors, fix spelling

This commit is contained in:
Jonathan Lipps
2013-01-23 07:55:15 -08:00
parent 85abc18ddc
commit d6304e2243
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Charles Nowacek <charlie.nowacek@gmail.com>
Jayakumar Chinnappan <jayakumareee21@gmail.com>
Robin Keller <robinthekeller@gmail.com>
Adam Christian <adam.christian@gmail.com>
Jonathan Lipps <>
Jonathan Lipps <jlipps@gmail.com>
Sebastian Tiedtke <sebastiantiedtke@gmail.com>
Jeremy Avnet <>
Bernard Kobos <bkobos@extensa.pl>
+3 -3
View File
@@ -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: