Skip to content

Commit

Permalink
docs: change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercejudo committed Apr 27, 2016
1 parent 840f2ed commit daea487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Ensures a linear preset has numbers

```js
var Decimal = require('linear-arbitrary-precision')(require('floating-adapter'));
var presetToDecimal = require('linear-preset-to-number');
var presetToNumber = require('linear-preset-to-number');

presetToDecimal([
presetToNumber([
[new Decimal('0'), new Decimal('1')],
[new Decimal('32'), new Decimal('33.8')]
]);
Expand Down

0 comments on commit daea487

Please sign in to comment.