From dfaea4594dc7ecdbbc23ef17989e2062de6a7bf8 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 17 Dec 2014 15:53:27 +0000 Subject: [PATCH] Use for key combo --- app/views/docs/getting-started.html.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/docs/getting-started.html.slim b/app/views/docs/getting-started.html.slim index c1c756c..d6bc07e 100644 --- a/app/views/docs/getting-started.html.slim +++ b/app/views/docs/getting-started.html.slim @@ -14,8 +14,8 @@ markdown: asciinema rec New shell will be spawned and everything you do in it will get recorded. - When you're finished simply exit the shell either by typing `exit` - or hitting ``. + When you're ready to finish simply exit the shell either by typing `exit` or + hitting Ctrl-D. See [usage instructions](#{docs_path(:usage)}) to learn about all commands and options.