From 0cb00f6c5465bcc05229c02af3fba7cd1d5c5ed8 Mon Sep 17 00:00:00 2001 From: sidecutter Date: Fri, 22 Mar 2024 14:52:29 +0100 Subject: [PATCH] fix: URL typo for Openstreetmap in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbff99a..34686cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OSMKit -OSMKit is helpful library for parsing and storing [OpenStreetMap](https://openstreetmpa.org) data in a [spatialite](http://www.gaia-gis.it/gaia-sins/) databse. OSMKit supports nodes, ways, relations, users and notes objects. +OSMKit is helpful library for parsing and storing [OpenStreetMap](https://openstreetmap.org) data in a [spatialite](http://www.gaia-gis.it/gaia-sins/) databse. OSMKit supports nodes, ways, relations, users and notes objects. ##How to Get Started