Browse code

Small wording fix in README

Solomon Hykes authored on 2013/04/19 14:24:52
Showing 1 changed files
... ...
@@ -154,7 +154,7 @@ docker run -i -t ubuntu:12.10 /bin/bash
154 154
 Detaching from the interactive shell
155 155
 ------------------------------------
156 156
 ```
157
-# In order to detach without killing the shell, you can use the escape sequence Ctrl-p + Ctrl-q
157
+# To detach without killing the shell, you can use the escape sequence Ctrl-p + Ctrl-q
158 158
 # Note: this works only in tty mode (run with -t option).
159 159
 ```
160 160