From ad9d07a6b4383d14352a9edc96e98369e2355519 Mon Sep 17 00:00:00 2001 From: senzhk Date: Thu, 8 May 2014 10:50:04 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0420dc..e2fc640 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ADBKeyboard will help in these cases, especially in device automation and testin Usage Example:
 1. Sending text input
-adb shell am broadcast -a ADB_INPUT_TEXT --es msg "你好嗎! Hello!"
+adb shell am broadcast -a ADB_INPUT_TEXT --es msg '你好嗎? Hello?'
 
 2. Sending keyevent code  (67 = KEYCODE_DEL)
 adb shell am broadcast -a ADB_INPUT_CODE --ei code 67