diff --git a/README.md b/README.md index 547110f..4b4deb4 100644 --- a/README.md +++ b/README.md @@ -176,5 +176,6 @@ import ( func main() { Println("test") + robotgo.ShowAlert("test", "robotgo") } ``` \ No newline at end of file diff --git a/README_zh.md b/README_zh.md index 3b523ea..5c615c4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -172,5 +172,6 @@ import ( func main() { Println("test") + robotgo.ShowAlert("test", "robotgo") } ```