Update README.md

This commit is contained in:
vCaesar 2017-03-17 20:27:34 +08:00
parent c7987e8324
commit fd0838614a
2 changed files with 13 additions and 9 deletions

View File

@ -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.

View File

@ -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.