From 48bf76c618c3a8e7a2802ce42a74884e853d6208 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sat, 8 Oct 2016 19:15:15 +0800 Subject: [PATCH] Update md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a5387a..c1118d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #Robotgo - >Golang Desktop Automation. Control the mouse, keyboard, and read the screen. + >Golang Desktop Automation(robot). Control the mouse, keyboard, and read the screen. RobotGo supports Mac, Windows, and Linux(X11). @@ -77,7 +77,7 @@ func main() { } ``` -##API +##API(https://github.com/go-vgo/robotgo/blob/master/doc.md) This is a work in progress.