Skip to content

Commit 354871e

Browse files
committed
docs: Fix image size and Akima references
Signed-off-by: Sietze van Buuren <s.van.buuren@gmail.com>
1 parent f597678 commit 354871e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ support.
1313

1414
| ![2D Modfied Akima spline interpolation](docs/images/makima_2D.png) | ![2D Natural spline interpolation](docs/images/natural_spline_2D.png) |
1515
|:--:|:--:|
16-
| *2D Akima spline interpolation* | *2D Natural spline interpolation* |
16+
| *2D Modified Akima spline interpolation* | *2D Natural spline interpolation* |
1717

1818

1919
## Introduction
@@ -24,7 +24,7 @@ interpolation in `N` dimensions.
2424
For cubic piecewise interpolation, the library features three types:
2525

2626
- Monotone cubic interpolation
27-
- Mdofied Akima spline interpolation
27+
- Modified Akima spline interpolation
2828
- Natural cubic spline interpolation
2929

3030
All classes are templatized and support the STL's vector types.

docs/images/comparison_1D.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)