diff --git a/src/main.rs b/src/main.rs index 39619c6..fa6a881 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,9 +8,6 @@ //! CLI tool to query the menu of canteens contained in the //! [OpenMensa](https://openmensa.org) database. //! -//! ![example](https://user-images.githubusercontent.com/11077981/137278085-75ec877a-dba0-44bb-a8dc-6c802e24178c.png) -//! -//! //! ## Features //! //! - [X] Runs on Linux, macOS and Windows. @@ -23,6 +20,8 @@ //! - [X] List your favourite meals in canteens close to your location. //! - [X] JSON Output //! +//! ![example](static/example-collection.png) +//! //! //! ## Installation //! diff --git a/static/example-collection.png b/static/example-collection.png new file mode 100644 index 0000000..28bb2fe Binary files /dev/null and b/static/example-collection.png differ diff --git a/static/example.png b/static/example.png new file mode 100644 index 0000000..ec8e4c9 Binary files /dev/null and b/static/example.png differ