From f84343781a150fff8e790e00b98a598923f516cc Mon Sep 17 00:00:00 2001 From: Win7GM Date: Thu, 10 Sep 2020 12:23:35 +0800 Subject: [PATCH] Update README_zh.md Co-authored-by: Shaw Yu --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 436f086d..42312fb7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -302,7 +302,7 @@ scrcpy ```bash adb kill-server # kill the local adb server on 5037 -ssh -CN -L5037:localhost:5037 -L27183:localhost:27183 _你的另一台电脑_ +ssh -CN -L5037:localhost:5037 -L27183:localhost:27183 your_remote_computer # 保持该窗口开启 ```