From 6afe293b21410d4d01791be8c021031b41a4da9a Mon Sep 17 00:00:00 2001 From: Christian Woltering Date: Sat, 14 May 2022 17:03:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2c084..6278e30 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Triangle.NET generates 2D (constrained) Delaunay triangulations and high-quality * Node renumbering (Cuthill-McKee) * Read and write Triangle format files (.node, .poly, .ele) -To get started, take a look the [wiki](https://github.com/wo80/Triangle.NET/wiki). There's also an extensive list of examples in the [Triangle.Examples](https://github.com/wo80/Triangle.NET/tree/master/src/Triangle.Examples) project (see [overview](https://github.com/wo80/Triangle.NET/wiki/Examples) in the wiki). +To get started, take a look at the [wiki](https://github.com/wo80/Triangle.NET/wiki). There's also an extensive list of examples in the [Triangle.Examples](https://github.com/wo80/Triangle.NET/tree/master/src/Triangle.Examples) project (see [overview](https://github.com/wo80/Triangle.NET/wiki/Examples) in the wiki). ## License