From 8f1b2ff38e7e8fe4c7e2307650a2b3f899c2a51a Mon Sep 17 00:00:00 2001 From: Gabriele Petrioli Date: Fri, 21 Jun 2024 14:27:40 +0300 Subject: [PATCH] Minor spelling corrections to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13e928e..aa31aee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ tess2.js ======== -The tess2.js library performs polygon boolean operations and tesselation to triangles and convex polygons. It is a port of libtess2, which is turn is a cleaned up version of the stock GLU tesselator. The original code was written Eric Veach in 1994. The greatest thing about tess2.js is that it handles all kinds of input like self-intersecting polygons or any nomber of holes and contours. +The tess2.js library performs polygon boolean operations and tessellation to triangles and convex polygons. It is a port of libtess2, which in turn is a cleaned up version of the stock GLU tesselator. The original code was written Eric Veach in 1994. The greatest thing about tess2.js is that it handles all kinds of input, like self-intersecting polygons or any number of holes and contours. Installation: ```npm install tess2 --save``` @@ -57,4 +57,4 @@ var res = Tess2.tesselate({ ... }); To build the UMD file, enter the following: -```npm run build``` \ No newline at end of file +```npm run build```