Skip to content
Snippets Groups Projects
Commit 6fab57f1 authored by Isaak Lim's avatar Isaak Lim
Browse files

fix typo in README.md

parent daa46106
Branches
Tags
No related merge requests found
Pipeline #10620 failed
......@@ -47,7 +47,7 @@ point_array += np.array([1, 0, 0])
# write and read meshes
om.write_mesh('test.off', mesh)
mesh_2 = om.read_trimesh('test_off')
mesh_2 = om.read_trimesh('test.off')
```
For further examples see the documentation or refer to the [unit tests](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/tree/master/tests).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment