Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jan 13, 2019
1 parent 52009df commit be27743
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ $ npm i uitest --save-dev

---

::: tip
::: tip Browser
UITest support running in the browser.
:::

![](http://ww3.sinaimg.cn/large/6d308bd9gw1f6wsic5dmxj20rl0qqtbi.jpg)

::: tip
::: tip Headless
Of course, UITest also supports running in the command-line environment.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here is an example `test.html`
</head>
<body>
<div id="mocha"></div>
<script src="./mocha.js"></script>
<script src="./node_modules/uitest/mocha.js"></script>
<script src='./node_modules/uitest/uitest-mocha-shim.js'></script>
<script src="./node_modules/should/should.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ $ npm i uitest --save-dev

---

::: tip
::: tip 浏览器运行
UITest 支持在浏览器中运行。
:::

![](http://ww3.sinaimg.cn/large/6d308bd9gw1f6wsic5dmxj20rl0qqtbi.jpg)

::: tip
::: tip 命令行运行
当然,UITest 也支持在命令行环境运行。
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</head>
<body>
<div id="mocha"></div>
<script src="./mocha.js"></script>
<script src="./node_modules/uitest/mocha.js"></script>
<script src='./node_modules/uitest/uitest-mocha-shim.js'></script>
<script src="./node_modules/should/should.js"></script>
<script>
Expand Down

0 comments on commit be27743

Please sign in to comment.