diff --git a/README_zh.md b/README_zh.md index 82f7ee5..afee8b7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -188,6 +188,6 @@ func main() { } title:=robotgo.GetTitle() - Println("title@@@", "title") + Println("title@@@", title) } ```