From 8b8545f558f1c974645e5f585e4aa54cd0a7f900 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Sat, 30 May 2020 11:29:01 -0400 Subject: [PATCH] Update hook examples link to newest --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4535fa2..fb20294 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ func main() { } ``` -#### [Event](https://github.com/go-vgo/robotgo/blob/master/examples/event/main.go) +#### [Event](https://github.com/go-vgo/robotgo/blob/master/examples/gohook/main.go) ```Go package main diff --git a/README_zh.md b/README_zh.md index c99da7d..91d7379 100644 --- a/README_zh.md +++ b/README_zh.md @@ -214,7 +214,7 @@ func main() { } ``` -#### [事件](https://github.com/go-vgo/robotgo/blob/master/examples/event/main.go) +#### [事件](https://github.com/go-vgo/robotgo/blob/master/examples/gohook/main.go) ```Go package main