From 3d2fd8a65024a503456fc8cd64d4d2565c73e304 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Thu, 18 Apr 2013 22:24:52 -0700 Subject: [PATCH] Small wording fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fe1313ad..420c79500f 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ docker run -i -t ubuntu:12.10 /bin/bash Detaching from the interactive shell ------------------------------------ ``` -# In order to detach without killing the shell, you can use the escape sequence Ctrl-p + Ctrl-q +# To detach without killing the shell, you can use the escape sequence Ctrl-p + Ctrl-q # Note: this works only in tty mode (run with -t option). ```