Merge pull request #31 from lstep/patch-1

Corrected README.md typo
This commit is contained in:
vCaesar 2016-12-07 19:53:13 +08:00 committed by GitHub
commit a560fef23b

View File

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