Skip to content

Commit

Permalink
removed incorrect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dereke committed Apr 8, 2017
1 parent fd64466 commit 290f195
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,6 @@ and then you can use the monkey
monkey.find('h1').shouldHave({text: 'Hello World'});
```

The mount functions (hyperdom/angular etc.) return a `Mount` object with the following chainable functions:

* withApp - accepts a single function as a parameter that returns an object containing the application
* withServer - allows you to route http requests to an express server using [Vinehill](https://www.npmjs.com/package/vinehill)
* start - starts the application and returns a `monkey`
* stop - stops the application and performs any cleanup necessary

The `monkey` is a normal browser monkey object which the has the following additional options:

* mount - the mount object used to mount the app (useful for unmounting later)
Expand Down

0 comments on commit 290f195

Please sign in to comment.