From a118c85d379400024d5757fe3847072fef513950 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Thu, 6 Oct 2016 19:12:12 +0800 Subject: [PATCH] md change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) } ```