diff --git a/README.md b/README.md index 9689c92..8b73c86 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ This is a work in progress. - [Installation](#installation) - [Update](#update) - [Examples](#examples) -- [Donate](#donate) - [Plans](#plans) +- [Donate](#donate) - [Contributors](#contributors) - [License](#license) ## Docs - - [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)     + - [API Docs](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)     - [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md) - [GoDoc](https://godoc.org/github.com/go-vgo/robotgo) @@ -226,9 +226,7 @@ func main() { fmt.Println("title@@@", title) } ``` -## Donate -- Supporting robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee). ## Plans - Update Find an image on screen, read pixels from an image - Update Window Handle @@ -236,6 +234,10 @@ func main() { - Try support Android, maybe support IOS - Remove zlib/libpng dependencies +## Donate + +- Supporting robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee). + ## Contributors - See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors. diff --git a/README_zh.md b/README_zh.md index 8dda96a..bdf2dba 100644 --- a/README_zh.md +++ b/README_zh.md @@ -19,14 +19,14 @@ RobotGo 支持 Mac, Windows, and Linux(X11). - [Installation](#installation) - [Update](#update) - [Examples](#examples) -- [Donate](#donate) - [Plans](#plans) +- [Donate](#donate) - [Contributors](#contributors) - [License](#license) ## Docs - [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)    -- [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md) +- [English Docs](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md) - [GoDoc](https://godoc.org/github.com/go-vgo/robotgo) ## Requirements: @@ -220,9 +220,6 @@ func main() { fmt.Println("title@@@", title) } ``` -## Donate - -- 支持 robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee). ## Plans - 更新 Find an image on screen, read pixels from an image @@ -231,6 +228,11 @@ func main() { - 尝试支持 Android,也许支持 IOS - 移除 zlib/libpng 依赖 +## Donate + +- 支持 robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee). + + ## Contributors - See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.