浏览代码

Small wording fix in README

Solomon Hykes 12 年之前
父节点
当前提交
3d2fd8a650
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -154,7 +154,7 @@ docker run -i -t ubuntu:12.10 /bin/bash
 Detaching from the interactive shell
 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).
 # Note: this works only in tty mode (run with -t option).
 ```
 ```