Skip to content

Commit fa02390

Browse files
committed
docs: simplify example function
[ci skip]
1 parent 42ef661 commit fa02390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ lc.getCoefficientB([[x1, x2], [f(x1), f(x2)]]); // => b
128128
## Preset equivalence
129129

130130
```js
131-
// f(x) = -3 * (x - 2)
131+
// f(x) = -3x + 6
132132
lc.equivalentPresets(
133133
[[1, 5], [3, -9]],
134134
[[-1, 100], [9, -294]]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linear-converter",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Flexible linear converter",
55
"main": "src/linear-converter.js",
66
"scripts": {

0 commit comments

Comments
 (0)