From 62d61449e176f5af8e042500bced4a998fcc1b08 Mon Sep 17 00:00:00 2001 From: Sean Date: Sat, 22 Jul 2017 15:22:07 -0500 Subject: [PATCH] doc tweak --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5caa81d..9b97074 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Boolean operations on polygons (union, intersection, difference, xor) etc) 4. Uses formulas that take floating point irregularities into account (via configurable epsilon) 5. Provides an API for constructing efficient sequences of operations -6. Support for GeoJSON Polygon and MultiPolygon (experimental) +6. Support for GeoJSON `"Polygon"` and `"MultiPolygon"` types (experimental) # Resources -* [View the demo + animation](https://rawgit.com/voidqk/polybooljs/master/dist/demo.html) -* [View the companion tutorial](http://syntheti.cc/article/polygon-clipping-pt2/) +* [Demo + Animation](https://rawgit.com/voidqk/polybooljs/master/dist/demo.html) +* [Companion Tutorial](http://syntheti.cc/article/polygon-clipping-pt2/) * Based somewhat on the F. Martinez (2008) algorithm: [Paper](http://www.cs.ucr.edu/~vbz/cs230papers/martinez_boolean.pdf), [Code](https://github.com/akavel/martinez-src)