From 08aa66234e5c7875b401a269419960e760d693ba Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 22 Jul 2017 15:28:52 -0500 Subject: [PATCH] doc tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b97074..cd8ba40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # polybooljs -Boolean operations on polygons (union, intersection, difference, xor) +Boolean operations on polygons (union, intersection, difference, xor). # Features @@ -92,7 +92,7 @@ crack at conversion functions. Use the following functions: -``` +```javascript var geojson = PolyBool.polygonToGeoJSON(poly); var poly = PolyBool.polygonFromGeoJSON(geojson); ```