From 1c35a9e15d7cede7d17c018a2efaa791ed0ffcb1 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 17 Mar 2017 19:47:08 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ README_zh.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index d8ebd1a..0a1507c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This is a work in progress. - [Installation](#installation) - [Update](#update) - [Examples](#examples) +- [Donate](#donate) - [Future](#future) - [Contributors](#contributors) - [License](#license) @@ -225,7 +226,9 @@ func main() { fmt.Println("title@@@", title) } ``` +## Donate +- Supporting robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee). ## Future - Update Find an image on screen, read pixels from an image - Update Window Handle diff --git a/README_zh.md b/README_zh.md index cd0fa85..4f55ad7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -19,6 +19,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11). - [Installation](#installation) - [Update](#update) - [Examples](#examples) +- [Donate](#donate) - [Future](#future) - [Contributors](#contributors) - [License](#license) @@ -219,6 +220,9 @@ func main() { fmt.Println("title@@@", title) } ``` +## Donate + +- 支持 robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee). ## Future - 更新 Find an image on screen, read pixels from an image