diff --git a/README.md b/README.md index 3e06cca..34a957b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -A simple Django app to validate your GeoJSON. +A simple Django app to validate your GeoJSON. This app is available at http://geojsonlint.com but can run locally with minimal effort. ## Getting Started diff --git a/geojsonlint/templates/index.html b/geojsonlint/templates/index.html index 16a90f9..24dec7a 100644 --- a/geojsonlint/templates/index.html +++ b/geojsonlint/templates/index.html @@ -79,7 +79,7 @@
-

Use this site to validate and view your GeoJSON. For details about GeoJSON, read the spec.

+

Use this site to validate and view your GeoJSON. For details about GeoJSON, read the spec. This site's source code can be found on Github