From 7103f6b89113282d7c15bb2dcb2b177e1bda913f Mon Sep 17 00:00:00 2001 From: vcaesar Date: Sun, 27 Nov 2022 18:33:32 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331fdb1..03f44c4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ xcode-select --install [MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) (Use recommended) Download the Mingw, then set system environment variables `C:\mingw64\bin` to the Path. -[Set environment variables to run GCC from command line](https://www.youtube.com/watch?v=1kY5iTK4-H0). +[Set environment variables to run GCC from command line](https://www.youtube.com/results?search_query=Set+environment+variables+to+run+GCC+from+command+line). ``` @@ -453,7 +453,7 @@ func main() { fmt.Println("pids... ", fpid) if len(fpid) > 0 { - robotgo.TypeStr("Hi galaxy!", int(fpid[0])) + robotgo.TypeStr("Hi galaxy!", fpid[0]) robotgo.KeyTap("a", fpid[0], "cmd") robotgo.KeyToggle("a", fpid[0])