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)