From 6204eddadef418136b0b960989c838db7d869a8a Mon Sep 17 00:00:00 2001 From: Priime Date: Sat, 4 Jul 2020 17:48:35 +0800 Subject: [PATCH] fix(readme): typo in demo section There was a very small typo in the README on line 40, which cited the `examples` folder as `exmples`. This resolves that issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a1df6..e74297f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ you may rely on the previously cited libraries to achieve such features. ### Demo The demo shown in the gif can be run with all available backends -(`exmples/*_demo.rs` files). For example to see the `termion` version one could +(`examples/*_demo.rs` files). For example to see the `termion` version one could run: ```