diff --git a/README.md b/README.md index bb133a7..a2d39e5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This is a work in progress. Now, Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo. -If you do not need bitmap, you can switch to the robot branch or use "github.com/go-vgo/robotgo/robot", where there is no zlib and libpng dependency. +If you do not need bitmap, you can use "github.com/go-vgo/robotgo/robot" or switch to the robot branch, where there is no zlib and libpng dependency. ### ALL: ``` diff --git a/README_zh.md b/README_zh.md index b05bd72..f1e8db5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -37,7 +37,7 @@ QQ 群: 595877611 在安装 RobotGo 之前, 请确保 Golang、GCC、zlib 和 libpng 被正确安装 -如果你不需要bitmap, 你可以切换到robot分支或者使用"github.com/go-vgo/robotgo/robot", 那里没有 zlib 和 libpng 依赖 +如果你不需要bitmap, 你可以使用 "github.com/go-vgo/robotgo/robot" 或者切换到robot分支, 那里没有 zlib 和 libpng 依赖 ### ALL: ```