From b270fdc0b7cabd88c4b53a022e75125a3f4c0249 Mon Sep 17 00:00:00 2001 From: Flux Date: Wed, 3 Dec 2025 20:43:10 +0200 Subject: [PATCH] Update README with correct GitHub repository link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea07004..03abb8d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Rugreefer -Rugreefer is a Dart library for retrieving metadata about geographic coordinates from a [dopecarpet](http://github.com/TheRandonauts/dopecarpet) server. It converts coordinates into a geohash, fetches a gzipped GeoJSON file from the API, and extracts relevant spatial data such as polygons and lines. The library also supports caching with optional expiration to improve performance. +Rugreefer is a Dart library for retrieving metadata about geographic coordinates from a [dopecarpet](http://github.com/randogoth/dopecarpet) server. It converts coordinates into a geohash, fetches a gzipped GeoJSON file from the API, and extracts relevant spatial data such as polygons and lines. The library also supports caching with optional expiration to improve performance. ## Features - Converts latitude/longitude to geohash (precision: 4 characters) @@ -19,7 +19,7 @@ Add rugreefer to your `pubspec.yaml`: dependencies: rugreefer: git: - url: https://github.com/TheRandonauts/rugreefer.git + url: https://github.com/randogoth/rugreefer.git ``` Then, run: @@ -148,4 +148,4 @@ await rugReefer.clearCache(); ``` ## Author -[@randogoth](https://github.com/randogoth) \ No newline at end of file +[@randogoth](https://github.com/randogoth)