diff --git a/README.md b/README.md index 4c5771354fe3689ceca22bacd735eba45ae98e8c..eb436d080f393993f146fbbc5d3c4df003608ac8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To do so, tools are provided to: The library is template-based, thus generic: the curves can be of any dimension, and can be implemented in double, float ... -While a Bezier curve implementation is provided (limited to degree 3), the main interest +While a Bezier curve implementation is provided, the main interest of this library is to create spline curves of arbitrary order ----------