Fix README.md error

This commit is contained in:
vCaesar 2017-03-14 20:30:54 +08:00
parent 9e5d0271bf
commit 6f8e16b42b
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
- [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md) - [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)
- [GoDoc](https://godoc.org/github.com/go-vgo/robotgo) - [GoDoc](https://godoc.org/github.com/go-vgo/robotgo)
##Requirements: ## Requirements:
(环境要求:) (环境要求:)
在安装RobotGo之前,请确保Golang、GCC、zlib和libpng被正确安装 在安装RobotGo之前,请确保Golang、GCC、zlib和libpng被正确安装

View File

@ -52,7 +52,7 @@ import (
) )
const ( const (
version string = "v0.43.0.278, Matterhorn Alps!" version string = "v0.43.0.282, Matterhorn Alps!"
) )
// GetVersion get version // GetVersion get version