From add72c020891e08acf8b638369a2f97dbd6013d3 Mon Sep 17 00:00:00 2001 From: Richard Luo Date: Sat, 20 Feb 2021 23:09:31 -0500 Subject: [PATCH] Typo in command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab095e4..83c7bad 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ $ adb push libs/arm64-v8a/touch /data/local/tmp To start android_touch http server on the android device run following command: ```bash -$ adb shell /data/loal/tmp/touch +$ adb shell /data/local/tmp/touch ``` This will start android_touch http server on port 9889 @@ -377,4 +377,4 @@ android_touch: TouchInput : writeInputEvent : 0 : 0 : 0 ## Who is using it? -Used internally by [Bobble Keyboard](https://bobbleapp.me/home) for their keyboard automation. \ No newline at end of file +Used internally by [Bobble Keyboard](https://bobbleapp.me/home) for their keyboard automation.