Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
briankircho committed Jul 18, 2011
1 parent 1dd0a9d commit 6a13246
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Expand Up @@ -7,10 +7,8 @@ Installing
--------------------------------------
To install the node.js module simply use

```javascript
npm install browserjet
```
npm install browserjet

Currently supported is Linux 32/64

Usage
Expand All @@ -19,7 +17,7 @@ Browserjet provides and easy to use API. To load, manipulate, and save a page a

```javascript
var browserjet = require('browserjet'),
browser = browserjet.createNewBrowser();
browser = browserjet.createBrowser();

browser
.chain
Expand Down Expand Up @@ -98,13 +96,10 @@ Tests
--------------------------------------
The browserjet tests use expresso, which you can install with

```javascript
npm install -g expresso
```
npm install -g expresso

Then in the module directory you can just run

```javascript
expresso
```
expresso

0 comments on commit 6a13246

Please sign in to comment.