update Readme and example
This commit is contained in:
@@ -26,7 +26,7 @@ uv run ibspline.py <num_points> <degree> OR <filename>
|
||||
For example, to create a new B-Spline curve with 5 control points and degree 3, run:
|
||||
|
||||
```bash
|
||||
uv run ibspline.py 5
|
||||
uv run ibspline.py 5 3
|
||||
```
|
||||
|
||||
To load control points from a file named `control_points.txt`, run:
|
||||
|
||||
Reference in New Issue
Block a user