diff --git a/deno.json b/deno.json index 8793898..5f6707c 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@birkskyum/maplibre-gl-draw", - "version": "2.0.8", + "version": "2.0.9", "license": "ISC", "exports": "./src/index.ts", "compilerOptions": { diff --git a/src/constants/modes.ts b/src/constants/modes.ts index add9b94..8af3124 100644 --- a/src/constants/modes.ts +++ b/src/constants/modes.ts @@ -16,8 +16,8 @@ export const ModeStrings = { /** * By default MapLibreDraw ships with a few modes. These modes aim to cover the * basic needed functionally for MapLibreDraw to create the core GeoJSON feature - * types. Along with these, MapLibreDraw also supports - * [custom modes. Click here for more details](https://github.com/maplibre/maplibre-gl-draw/blob/main/docs/MODES.md). + * types. Along with these, MapLibreDraw also support scustom modes. + * [Click here for more details](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/MODES.md). */ /** * Lets you draw a LineString feature.