From 1fdc6163fde22d50b4cc4d42b7cbb99352562d67 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 5 Mar 2017 00:04:38 +0800 Subject: [PATCH] Update README.md and godoc --- README.md | 6 +++--- README_zh.md | 2 +- robotgo.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c5d927..5cb1203 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Join the chat at https://gitter.im/go-vgo/robotgo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-vgo/robotgo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - >Golang Desktop Automation. Control the mouse, keyboard, bitmap,read the screen,Window Handle and global event listener. + >Golang Desktop Automation. Control the mouse, keyboard, bitmap, read the screen, Window Handle and global event listener. RobotGo supports Mac, Windows, and Linux(X11). @@ -34,7 +34,7 @@ This is a work in progress. ##Requirements: -Now,Please make sure Golang,GCC,zlib and libpng is installed correctly before installing RobotGo. +Now, Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo. ###ALL: ``` @@ -94,7 +94,7 @@ go get github.com/go-vgo/robotgo ``` It's that easy! -png.h: No such file or directory?Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47). +png.h: No such file or directory? Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47). ##Update: ``` diff --git a/README_zh.md b/README_zh.md index c44d996..d9201de 100644 --- a/README_zh.md +++ b/README_zh.md @@ -89,7 +89,7 @@ go get github.com/go-vgo/robotgo ``` It's that easy! -png.h: No such file or directory?Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47). +png.h: No such file or directory? Please see [issues/47](https://github.com/go-vgo/robotgo/issues/47). ##Update: ``` diff --git a/robotgo.go b/robotgo.go index bb26ca7..54838f0 100644 --- a/robotgo.go +++ b/robotgo.go @@ -12,7 +12,7 @@ Package robotgo Go native cross-platform system automation. -Please make sure Golang,GCC,zlib and libpng is installed correctly before installing RobotGo; +Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo; See Requirements: https://github.com/go-vgo/robotgo#requirements @@ -52,7 +52,7 @@ import ( ) const ( - version string = "v0.43.0.268,Matterhorn Alps!" + version string = "v0.43.0.269,Matterhorn Alps!" ) // GetVersion get version