Update README.md

This commit is contained in:
vCaesar 2016-12-07 19:55:23 +08:00
parent b61cb24e20
commit 10e881fc27

View File

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