md change

This commit is contained in:
vCaesar 2016-10-06 19:12:12 +08:00
parent 336655e649
commit a118c85d37

View File

@ -52,8 +52,8 @@ import (
func main() { func main() {
robotgo.TypeString("Hello World") robotgo.TypeString("Hello World")
robotgo.KeyTap("enter") robotgo.KeyTap("enter")
robotgo.TypeString("en") robotgo.TypeString("en")
} }
``` ```
@ -70,7 +70,7 @@ import (
func main() { func main() {
x, y := robotgo.GetMousePos() x, y := robotgo.GetMousePos()
Println("pos:", x, y) Println("pos:", x, y)
} }
``` ```