Skip to content

Commit

Permalink
docs: simplify example function
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
javiercejudo committed Sep 15, 2015
1 parent 42ef661 commit fa02390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lc.getCoefficientB([[x1, x2], [f(x1), f(x2)]]); // => b
## Preset equivalence

```js
// f(x) = -3 * (x - 2)
// f(x) = -3x + 6
lc.equivalentPresets(
[[1, 5], [3, -9]],
[[-1, 100], [9, -294]]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linear-converter",
"version": "6.0.0",
"version": "6.0.1",
"description": "Flexible linear converter",
"main": "src/linear-converter.js",
"scripts": {
Expand Down

0 comments on commit fa02390

Please sign in to comment.