Skip to content

Commit 777d69f

Browse files
committed
Fix typo in readme
1 parent 6bc0388 commit 777d69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysplashsurf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pysplashsurf --help
3333
```
3434
For example, to reconstruct a surface from particle data in a VTK file with some smoothing:
3535
```bash
36-
splashsurf reconstruct particles.vtk -r=0.025 -l=2.0 -c=0.5 -t=0.6 --mesh-smoothing-weights=on --mesh-smoothing-iters=15 --normals=on --normals-smoothing-iters=10
36+
pysplashsurf reconstruct particles.vtk -r=0.025 -l=2.0 -c=0.5 -t=0.6 --mesh-smoothing-weights=on --mesh-smoothing-iters=15 --normals=on --normals-smoothing-iters=10
3737
```
3838

3939
For more information on the CLI and its arguments, refer to the [splashsurf documentation](https://github.com/InteractiveComputerGraphics/splashsurf).

0 commit comments

Comments
 (0)