Update README.md

This commit is contained in:
vCaesar 2016-12-07 19:55:23 +08:00
parent a560fef23b
commit 8ef848cf3a

View File

@ -188,6 +188,6 @@ func main() {
}
title:=robotgo.GetTitle()
Println("title@@@", "title")
Println("title@@@", title)
}
```