diff --git a/README.md b/README.md index 4ded114..95b1b27 100644 --- a/README.md +++ b/README.md @@ -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