diff --git a/README.md b/README.md index f9dabfc..9492ab3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Compass is a GPS tracking server that stores data in [flat files](https://github.com/aaronpk/QuartzDB). +![mapview](screenshot-mapview.jpg) + ## Setup In the `compass` directory, copy `.env.example` to `.env` and fill in the details. Install the dependencies with composer. @@ -66,6 +68,7 @@ This will query the database and find the closest matching location for when you Compass icon by Ryan Spiering from the Noun Project. +Screenshot of the map view by Sebastiaan Andeweg. ## License diff --git a/screenshot-mapview.jpg b/screenshot-mapview.jpg new file mode 100644 index 0000000..5fe2aea Binary files /dev/null and b/screenshot-mapview.jpg differ