diff --git a/README.md b/README.md index 3c3c2d9..d71d7b0 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ import ( func main() { robotgo.TypeString("Hello World") - robotgo.KeyTap("enter") - robotgo.TypeString("en") + robotgo.KeyTap("enter") + robotgo.TypeString("en") } ``` @@ -70,7 +70,7 @@ import ( func main() { x, y := robotgo.GetMousePos() - Println("pos:", x, y) + Println("pos:", x, y) } ```