From 717c78a2fa35a1eab42cf377b5da701f173cf382 Mon Sep 17 00:00:00 2001 From: robbystk Date: Tue, 24 Jul 2018 22:27:17 -0600 Subject: [PATCH] Use the tag for Ctrl-C --- doc/tutorial_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial_1.md b/doc/tutorial_1.md index f97b530..0d8c5ca 100644 --- a/doc/tutorial_1.md +++ b/doc/tutorial_1.md @@ -89,7 +89,7 @@ fn main() { It's rather easy to identify the two steps involved. If you run this, you'll get an empty blue terminal, with no way of properly -leaving the application (you'll have to press `` to kill it). +leaving the application (you'll have to press Ctrl+C to kill it). [`Cursive`]: https://docs.rs/cursive/0/cursive/struct.Cursive.html