From 12687102040211560eb3460c4feafce0fbaccc60 Mon Sep 17 00:00:00 2001 From: Adrien BLANCHET Date: Tue, 25 Aug 2020 15:24:56 +0200 Subject: [PATCH] Renaming screenshot folder --- README.md | 2 +- {screenshots => screenshot}/example_showcase.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {screenshots => screenshot}/example_showcase.png (100%) diff --git a/README.md b/README.md index 7cc3704..a52ec1f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A cmake example file is shipped within this repository. Here is a screenshot of first output lines you get while running the example. -![](screenshots/example_showcase.png) +![](screenshot/example_showcase.png) If you want to see all the features embedded in the example, feel free to build and run it yourself: diff --git a/screenshots/example_showcase.png b/screenshot/example_showcase.png similarity index 100% rename from screenshots/example_showcase.png rename to screenshot/example_showcase.png