Skip to content

Commit bfe4ded

Browse files
author
Teseo Schneider
committed
2 parents 83b13ac + b2af9aa commit bfe4ded

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ igl python bindings
1111

1212
[libigl](https://libigl.github.io) is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet, and edge-based topology data structures.
1313

14-
All these functionalities are now available trough python and can be easily installed with conda:
14+
All these functionalities are now available through python and can be easily installed with conda:
1515
```bash
1616
conda install -c conda-forge igl
1717
```
1818

1919
We provide a complete jupyter version of the tutorials and the full [documentation](igl_docs.md).
2020

21-
The full tutorial can be interactively run trough mybinder
22-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/libigl/libigl-python-bindings/master?filepath=tutorial%2Ftutorials.ipynb)
21+
The full tutorial can be interactively run through mybinder
22+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/libigl/libigl-python-bindings/master?filepath=tutorial%2Ftutorials.ipynb)

0 commit comments

Comments
 (0)