diff --git a/README.md b/README.md index b2169d5..e7ebf63 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Clipping and geometric operations for spherical polygons. world map -```html run=false +```js run=false const projection = geoDodecahedral(); ``` This module introduces a dozen projections that need polygon clipping. It can also be used to clip a projection with an arbitrary polygon: -```html run=false +```js run=false const projection = geoEquirectangular() .preclip(geoClipPolygon({ type: "Polygon",