summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-02-03 19:17:29 +0800
committerruki <[email protected]>2018-02-03 19:17:29 +0800
commit3a65144b95fa33a9930abf27968e00d3245b859f (patch)
treea9c3d822464aac85ff22fed94213868c0cdf3391
parente2fa783bbb4f2b2eaa45b6c57dea664982b53931 (diff)
improve asciinema img link
-rw-r--r--README.md4
-rw-r--r--README_zh.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index d03b79aba..5c7f7221d 100644
--- a/README.md
+++ b/README.md
@@ -190,7 +190,9 @@ Please download and install from the plugins repository [xmake-plugins](https://
## Examples
-[![asciicast](https://asciinema.org/a/133693.png)](https://asciinema.org/a/133693)
+<a href="https://asciinema.org/a/133693">
+<img src="https://asciinema.org/a/133693.png" width="60%" />
+</a>
Create a c++ console project:
diff --git a/README_zh.md b/README_zh.md
index d1d42274c..663356d43 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -202,7 +202,9 @@ $ xmake doxygen [srcdir]
## 简单例子
-[![asciicast](https://asciinema.org/a/133693.png)](https://asciinema.org/a/133693)
+<a href="https://asciinema.org/a/133693">
+<img src="https://asciinema.org/a/133693.png" width="60%" />
+</a>
创建一个c++ console项目: