Skip to content

Commit 2737cda

Browse files
committed
doc: update document.
1 parent 62b53a9 commit 2737cda

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README-zh.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
<a href="https://jaywcjlove.github.io/mocker-api/type/" target="__blank">Type</a>
3737
</p>
3838

39-
`mocker-api` REST API 创建模拟。 当您尝试在没有实际 REST API 服务器的情况下测试应用程序时,这将很有帮助
39+
`mocker-api` 用于创建 REST API 的模拟。当你需要在没有实际 REST API 服务器的情况下测试你的应用程序时,它会非常有用
4040

41-
**特点:**
41+
**特点**
4242

43-
🔥 内置对 Mocker 文件热更新支持
44-
🚀 通过JSON快速轻松地配置API
45-
🌱 模拟API代理变得简单。
46-
💥 可以独立使用,而无需依赖 [webpack](https://github.com/webpack/webpack)[webpack-dev-server](https://github.com/webpack/webpack-dev-server)
43+
🔥 内置对热替换 Mocker 文件的支持
44+
🚀 通过 JSON 快速轻松地配置 API
45+
🌱 简化的 Mock API 代理。
46+
💥 可以独立使用,不依赖于 [webpack](https://github.com/webpack/webpack)[webpack-dev-server](https://github.com/webpack/webpack-dev-server)
4747

4848
## 快速开始
4949

packages/core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<a href="https://jaywcjlove.github.io/mocker-api/type/">type</a>
4141
</p>
4242

43-
`mocker-api` that creates mocks for REST APIs. It will be helpful when you try to test your application without the actual REST API server.
43+
`mocker-api` creates mocks for REST APIs. It is helpful when you need to test your application without the actual REST API server.
4444

4545
**Features:**
4646

47-
🔥 Built in support for hot Mocker file replacement.
47+
🔥 Built-in support for hot Mocker file replacement.
4848
🚀 Quickly and easily configure the API via JSON.
4949
🌱 Mock API proxying made simple.
5050
💥 Can be used independently without relying on [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server).

0 commit comments

Comments
 (0)