From f77a954e0d6adc1f5df5cc9fa6ea31f8cdf67dc3 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 24 May 2024 14:58:13 -0400 Subject: [PATCH] Fix incorrect examples url --- Readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 1e0e5f2a..047d2f65 100644 --- a/Readme.md +++ b/Readme.md @@ -50,12 +50,12 @@ fn main() { Check out the other [examples](https://github.com/gyscos/cursive/tree/main/examples) to get these results, and more:
-lorem.rs example -menubar.rs example -select.rs example -mines example -theme_manual.rs example -syntect example +lorem.rs example +menubar.rs example +select.rs example +mines example +theme_manual.rs example +syntect example
_(Colors may depend on your terminal configuration.)_