diff --git a/README.md b/README.md index 969f3a7..eaacb71 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 use "github.com/go-vgo/robotgo/robot" or switch to the robot branch, 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: ``` @@ -59,7 +59,7 @@ MinGW or other GCC zlib & libpng (bitmap need it.) ``` -##### [Windows gcc installation Zlib & libpng tutorial](https://github.com/go-vgo/Mingw32) +##### [Windows GCC installation Zlib & libpng tutorial](https://github.com/go-vgo/Mingw32) ##### [Download include zlib & libpng Windows64 GCC](https://github.com/go-vgo/Mingw) diff --git a/README_zh.md b/README_zh.md index 78739c2..e197ee7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -37,7 +37,7 @@ QQ 群: 595877611 在安装 RobotGo 之前, 请确保 Golang、GCC、zlib 和 libpng 被正确安装 -如果你不需要bitmap, 你可以使用 "github.com/go-vgo/robotgo/robot" 或者切换到robot分支, 那里没有 zlib 和 libpng 依赖 +如果你不需要bitmap, 你可以使用 `"github.com/go-vgo/robotgo/robot"` 或者切换到 robot 分支, 那里没有 zlib 和 libpng 依赖 ### ALL: ```