Skip to content

Commit

Permalink
add self to authors, fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Jan 23, 2013
1 parent 85abc18 commit d6304e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d6304e2

Please sign in to comment.