From e1cc58e5545e81dad34ba90eae16ad0c98864f32 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 24 Aug 2017 21:25:46 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae6775f..fdfbf7c 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ func main() { bitmap := robotgo.CaptureScreen(10, 20, 30, 40) fmt.Println("...", bitmap) - fx, fy := robotgo.FindBitmap(bitmap) + fx, fy := robotgo.FindBit(bitmap) fmt.Println("FindBitmap------", fx, fy) robotgo.SaveBitmap(bitmap, "test.png") diff --git a/README_zh.md b/README_zh.md index 07fe732..8b1608f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -189,7 +189,7 @@ func main() { bitmap := robotgo.CaptureScreen(10, 20, 30, 40) fmt.Println("...", bitmap) - fx, fy := robotgo.FindBitmap(bitmap) + fx, fy := robotgo.FindBit(bitmap) fmt.Println("FindBitmap------", fx, fy) robotgo.SaveBitmap(bitmap, "test.png")