Skip to content

Commit

Permalink
docs: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercejudo committed Dec 5, 2015
1 parent 3b0decb commit b566b12
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 @@ -18,7 +18,7 @@ Addition abstraction for [core-arbitrary-precision](https://github.com/javiercej

```js
var adapter = require('floating-adapter');
var CoreDecimal = require('linear-arbitrary-precision')(adapter);
var CoreDecimal = require('core-arbitrary-precision')(adapter);
var Decimal = require('plus-arbitrary-precision')(CoreDecimal);

new Decimal('2').plus(new Decimal('3')).valueOf(); // => 5
Expand Down

0 comments on commit b566b12

Please sign in to comment.