Skip to content

Commit

Permalink
doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean committed Jul 22, 2017
1 parent 62d6144 commit 08aa662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# polybooljs

Boolean operations on polygons (union, intersection, difference, xor)
Boolean operations on polygons (union, intersection, difference, xor).

# Features

Expand Down Expand Up @@ -92,7 +92,7 @@ crack at conversion functions.

Use the following functions:

```
```javascript
var geojson = PolyBool.polygonToGeoJSON(poly);
var poly = PolyBool.polygonFromGeoJSON(geojson);
```
Expand Down

0 comments on commit 08aa662

Please sign in to comment.