diff --git a/README.md b/README.md index 598d6f6..ed26f7c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ clipper.Execute(ClipperLib.ClipType.ctIntersection, result); In ClipperJS ```javascript const subject = new Shape(subjectPaths, true); -const clip = new Shape(subjectPaths, true); +const clip = new Shape(clipPaths, true); const result = subject.intersect(clip);