diff --git a/README.md b/README.md index caf3763..11526cd 100644 --- a/README.md +++ b/README.md @@ -11,26 +11,18 @@ - >Golang Desktop Automation, it supports Mac, Windows, and Linux(X11). + >Golang Desktop Automation, Control the mouse, keyboard, bitmap,read the screen,Window Handle and global event listener. [warn]This is a work in progress. -##Features +##Supported platforms -Mouse control - -Keyboard control - -Screen capture - -Window Handle - -Global event listen +MacOS, Windows, and Linux(with X11) ##API Docs [English docs](https://github.com/go-vgo/robotgo/blob/master/doc.md)    [中文文档](https://github.com/go-vgo/robotgo/blob/master/doc_zh.md) -##Requirement install +##Requirements install Before RobotGo installation, make sure Golang/GCC/zlib & libpng have been installed correctly.