diff --git a/README.md b/README.md index 7558a14..e4d89e7 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,6 @@ func main() { } title:=robotgo.GetTitle() - Println("title@@@", "title") + Println("title@@@", title) } -``` \ No newline at end of file +```