From 4c602035afb441eff176f53d0ca3dba3deb1ff52 Mon Sep 17 00:00:00 2001 From: Christoph Pahmeyer Date: Wed, 26 Jul 2023 10:04:06 +0200 Subject: [PATCH] :bug: fix typo in docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 69de5e0..6d93df3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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