Skip to content

Commit

Permalink
Updated usage example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloyzas Rimeika committed Nov 14, 2014
1 parent 3d82c10 commit 243ab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object.fn(1);
stub(2);
object.fn(3);

assert.deepEqual(stub.$select('$this === $[0]', '$args[0]', object), [ 1, 2 ]);
assert.deepEqual(stub.$select('$this === $[0]', '$args[0]', object), [ 1, 3 ]);
```

## Installation
Expand Down

0 comments on commit 243ab6e

Please sign in to comment.