Skip to content

Commit 34b671d

Browse files
committed
add links to README
1 parent 59387b2 commit 34b671d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
SimplexGridFactory
88
==================
99

10-
Contains convenience interfaces to triangle (via Triangulate.jl) and
11-
TetGen via TetGen.jl. Code using it needs to pass the Triangulate or
12-
the TetGen modules as parameters to the constructor of
13-
SimplexGridBuilder and thus needs to adhere to their respective
14-
license conditions. This package itself is MIT licensed.
10+
Provides `SimplexGridBuilder`, a convenience interface to rhe triangle (via [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl)) and
11+
TetGen (via [TetGen.jl](https://github.com/JuliaGeometry/TetGen.jl)) mesh generators. Code using it needs to pass the `Triangulate` resp.
12+
the `TetGen` module as parameter to the constructor of `SimplexGridBuilder` and thus needs to
13+
adhere to their respective license conditions. This package itself is MIT licensed.
1514

1615

1716
## Recent changes

0 commit comments

Comments
 (0)