From 82cdb49c02f8f656cbf29e51cf8ead7bc49e5fec Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 11 Jul 2019 11:37:20 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2de2d93..c83f1d3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ RobotGo supports Mac, Windows, and Linux(X11). -[Chinese](https://github.com/go-vgo/robotgo/blob/master/README_zh.md) +[Chinese Simplified](https://github.com/go-vgo/robotgo/blob/master/README_zh.md) ## Contents - [Docs](#docs) @@ -147,10 +147,10 @@ import ( func main() { robotgo.TypeStr("Hello World") - robotgo.TypeStr("テストする") + robotgo.TypeStr("だんしゃり") robotgo.TypeString("テストする") - robotgo.TypeStr("galaxy. こんにちは世界.") + robotgo.TypeStr("Hi galaxy. こんにちは世界.") robotgo.Sleep(1) // ustr := uint32(robotgo.CharCodeAt("Test", 0))