From 2f7b62ab4ead26e209902acdc5fc6425a8765e0c Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 15 Jan 2017 17:09:05 +0800 Subject: [PATCH] Update md --- README.md | 5 +++++ README_zh.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 888b6c6..8b4fb92 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,11 @@ func main() { } ``` +##Future +- Update Find an image on screen, read pixels from an image +- Update Window Handle +- Try support Android,maybe support IOS. + ##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 85afaa3..8ed4d1a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -206,3 +206,8 @@ func main() { Println("title@@@", title) } ``` + +##Future +- Update Find an image on screen, read pixels from an image +- Update Window Handle +- Try support Android,maybe support IOS. \ No newline at end of file