diff --git a/README.md b/README.md index 44a4de1..48c37f8 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ valsToInterp := []float64{2.2, 5.1, 1.5} li := linear.New() li.Fit(x, y) -estimate, err := interpolate.WithMulti(li, valToInterp) -([]float64{4.655714285714286, 3.1566666666666663, 3.802}, nil) +estimate, err := interpolate.WithMulti(li, valsToInterp) +// ([]float64{4.655714285714286, 3.1566666666666663, 3.802}, nil) ``` ### Fit