Skip to content

Commit

Permalink
Merge pull request #10 from chrispahm/export-all-geos-functions
Browse files Browse the repository at this point in the history
🐛 fix typo in docs
  • Loading branch information
chrispahm authored Jul 26, 2023
2 parents ac83d3a + 4c60203 commit 1bc95f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a WebAssembly build of the [GEOS](https://libgeos.org/) library. It can

GEOS-WASM exposes the low-level GEOS C-API to JavaScript without any abstractions. It is intended to be used as a building block for higher-level libraries and specific use cases.

If you're looking for a simple to use geospatial analysis library in JavaScript, check out [turf.js](https://turfjs.org/)! Also keep an eye on [GeoArrow](https://github.com/kylebarron/geoarrow-rs), which brings efficient, vectorized geospatial operations in the browser.
If you're looking for a simple to use geospatial analysis library in JavaScript, check out [turf.js](https://turfjs.org/)! Also keep an eye on [GeoArrow](https://github.com/kylebarron/geoarrow-rs), which brings efficient, vectorized geospatial operations to the browser.

## Installation

Expand Down

0 comments on commit 1bc95f8

Please sign in to comment.