Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Jul 8, 2013
1 parent d7f3adf commit 0fa0f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -485,7 +485,7 @@ var state = new State({

#### `getBook` method

The `getBook` method gives access to the order books keyed by bid and offer currency. Each book is an `Array` of orders sorted in the order in which they will be executed when matched
The `getBook` method gives access to the order books keyed by bid and offer currency. Each book is an `Array` of orders sorted as they will be matched for execution

```Javascript
var book = state.getBook({
Expand Down

0 comments on commit 0fa0f53

Please sign in to comment.