From 8ef848cf3ab1c893354305d84dbff9b358be7454 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Wed, 7 Dec 2016 19:55:23 +0800 Subject: [PATCH] Update README.md --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } ```