Update README.md

This commit is contained in:
vcaesar 2019-12-16 09:32:07 -04:00
parent 4f343de1c5
commit 2faf30a559
2 changed files with 3 additions and 3 deletions

View File

@ -148,8 +148,8 @@ import (
func main() {
robotgo.TypeStr("Hello World")
robotgo.TypeStr("だんしゃり")
robotgo.TypeString("テストする")
robotgo.TypeStr("だんしゃり", 1.0)
// robotgo.TypeString("テストする")
robotgo.TypeStr("Hi galaxy. こんにちは世界.")
robotgo.Sleep(1)

View File

@ -149,7 +149,7 @@ import (
func main() {
robotgo.TypeStr("Hello World")
robotgo.TypeStr("测试")
robotgo.TypeString("测试")
// robotgo.TypeString("测试")
robotgo.TypeStr("山达尔星新星军团, galaxy. こんにちは世界.")
robotgo.Sleep(1)