From 4011915749e2ed45fe2318af994867f01133adaa Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 11 Jan 2018 19:26:10 +0800 Subject: [PATCH] Update README.md fix link error --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bafba34..a930212 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ func main() { } ``` -#### [Bitmap](https://github.com/go-vgo/robotgo/blob/master/examples/bitmap/mian.go) +#### [Bitmap](https://github.com/go-vgo/robotgo/blob/master/examples/bitmap/main.go) ```Go package main diff --git a/README_zh.md b/README_zh.md index a778285..8d1f66e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -167,7 +167,7 @@ func main() { } ``` -#### [位图](https://github.com/go-vgo/robotgo/blob/master/examples/bitmap/mian.go) +#### [位图](https://github.com/go-vgo/robotgo/blob/master/examples/bitmap/main.go) ```Go package main