Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercejudo committed May 8, 2016
1 parent 7ec6f95 commit 156b16a
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 @@ -28,6 +28,6 @@ new Decimal('12').lt(new Decimal('5')); // => false

Operations: `gt`, `gte`, `lt`, `lte`, `cmp` (-1, 0, 1).

Individual extenders can be applied as `inequalityEnhancer.lt(Decimal)`;
Individual extenders can be applied as `inequalityEnhancer.lt(Decimal)`.

See [spec](test/spec.js).

0 comments on commit 156b16a

Please sign in to comment.