diff --git a/README.md b/README.md index 5a9199f..579babe 100644 --- a/README.md +++ b/README.md @@ -180,5 +180,8 @@ func main() { if abool == 0 { Println("ok@@@", "ok") } + + title:=robotgo.GetTitle() + Println("title@@@", "title") } ``` \ No newline at end of file diff --git a/README_zh.md b/README_zh.md index 4852e8e..f2aecd3 100644 --- a/README_zh.md +++ b/README_zh.md @@ -176,5 +176,8 @@ func main() { if abool == 0 { Println("ok@@@", "ok") } + + title:=robotgo.GetTitle() + Println("title@@@", "title") } ```