From 151e576ff34d5d349fa5c7d96e9db240299a56cc Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Sun, 24 Oct 2021 19:33:49 +0200 Subject: [PATCH] Replace example in README --- README.md | 5 ++--- src/main.rs | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30d22aa..b036200 100644 --- a/README.md +++ b/README.md @@ -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 @@ CLI tool to query the menu of canteens contained in the - [X] List your favourite meals in canteens close to your location. - [X] JSON Output +![example](https://raw.githubusercontent.com/MalteT/mensa/main/static/example-collection.png) + ## Installation diff --git a/src/main.rs b/src/main.rs index fa6a881..e262434 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ //! - [X] List your favourite meals in canteens close to your location. //! - [X] JSON Output //! -//! ![example](static/example-collection.png) +//! ![example](https://raw.githubusercontent.com/MalteT/mensa/main/static/example-collection.png) //! //! //! ## Installation