Skip to content

Commit

Permalink
readme minor wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Dec 22, 2024
1 parent c1411ce commit 56999c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The experience is 👍 good!

Our Python interface is designed with the following principles in mind:

- **🛠️ Non-Destructive Mesh Creation**: Relying on third-party tools for mesh creation and loading can make it difficult to change resolutions and result in excessive data storage. We have built-in mesh creation tools to avoid these issues.
- **🛠️ Non-Destructive Tri/Tet Creation**: Relying on third-party tools for triangulation, tetrahedralization, and loading can make it difficult to adjust resolutions and lead to excessive data storage. Our built-in mesh creation tools eliminate these issues.

- **🔗 Method Chaining**: We adopt the method chaining style from JavaScript, making the API intuitive and easy to use.

Expand Down

0 comments on commit 56999c3

Please sign in to comment.