diff options
| author | ruki <[email protected]> | 2018-03-22 22:37:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-03-22 09:46:57 +0800 |
| commit | 16d86e1fe51abe61afac8712f399b0db5cd0e202 (patch) | |
| tree | 496b47494af63dd3ac2ff0ba675b386ceab40323 | |
| parent | d0fd927f8cd9008e639fdb171ae1c5e145d53ba6 (diff) | |
modify icon layout in readme
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | README_zh.md | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -18,9 +18,6 @@ <a href="https://github.com/tboox/xmake/releases"> <img src="https://img.shields.io/github/release/tboox/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> - <a href="https://aur.archlinux.org/packages/xmake"> - <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> - </a> </div> <div> <a href="https://github.com/tboox/xmake/blob/master/LICENSE.md"> @@ -35,6 +32,9 @@ <a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv"> <img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" /> </a> + <a href="https://aur.archlinux.org/packages/xmake"> + <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> + </a> <a href="http://xmake.io/pages/donation.html#donate"> <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" /> </a> diff --git a/README_zh.md b/README_zh.md index 022937d68..94b56ed89 100644 --- a/README_zh.md +++ b/README_zh.md @@ -18,9 +18,6 @@ <a href="https://github.com/tboox/xmake/releases"> <img src="https://img.shields.io/github/release/tboox/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> - <a href="https://aur.archlinux.org/packages/xmake"> - <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> - </a> </div> <div> <a href="https://github.com/tboox/xmake/blob/master/LICENSE.md"> @@ -35,6 +32,9 @@ <a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv"> <img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" /> </a> + <a href="https://aur.archlinux.org/packages/xmake"> + <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> + </a> <a href="http://xmake.io/cn/pages/donation.html#donate"> <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" /> </a> |
