Update md

This commit is contained in:
vCaesar 2017-03-06 15:46:14 +08:00
parent 6181088d0b
commit bc57689878

View File

@ -103,7 +103,7 @@ go get -u github.com/go-vgo/robotgo
##[Examples:](https://github.com/go-vgo/robotgo/blob/master/example/main.go)
###[Mouse](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45)
####[Mouse](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45)
```Go
package main
@ -119,7 +119,7 @@ func main() {
}
```
###[Keyboard](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22)
####[Keyboard](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22)
```Go
package main
@ -138,7 +138,7 @@ func main() {
}
```
###[Screen](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71)
####[Screen](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71)
```Go
package main
@ -157,7 +157,7 @@ func main() {
}
```
###[Bitmap](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90)
####[Bitmap](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90)
```Go
package main
@ -179,7 +179,7 @@ func main() {
}
```
###[Event](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124)
####[Event](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124)
```Go
package main
@ -203,7 +203,7 @@ func main() {
}
```
###[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160)
####[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160)
```Go
package main