Update README.md

This commit is contained in:
vCaesar 2017-03-17 14:34:46 +08:00
parent d0adcd3847
commit 1b26db3605
2 changed files with 15 additions and 1 deletions

View File

@ -26,6 +26,7 @@ This is a work in progress.
- [Examples](#examples)
- [Future](#future)
- [Contributors](#contributors)
- [License](license)
## Docs
- [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)    
@ -236,3 +237,9 @@ func main() {
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md).
## License
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE).

View File

@ -21,6 +21,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
- [Examples](#examples)
- [Future](#future)
- [Contributors](#contributors)
- [License](license)
## Docs
- [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)   
@ -229,4 +230,10 @@ func main() {
## Contributors
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md).
- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md).
## License
Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE).