From 2f64d78146198e2f074b1961f66d9abb72815575 Mon Sep 17 00:00:00 2001 From: Zhuang Ma Date: Tue, 23 Aug 2016 18:41:30 +0800 Subject: [PATCH] Update command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb30d4..72215b9 100644 --- a/README.md +++ b/README.md @@ -571,7 +571,7 @@ adb shell swipe 300 1000 300 500 命令: ```sh -input text hello +adb shell input text hello ``` 现在 `hello` 出现在文本框了。