Skip to content

Commit 745b42d

Browse files
committed
docs: append custom-response docs
1 parent a340db8 commit 745b42d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ the best practice of building Koa2 with TypeScript. [中文](/README_CN.md)
77
1. clone repo. `git clone [email protected]:DhyanaChina/koa2-typescript-guide.git`
88
2. install dependencies. `npm i`
99
3. configuring database information.
10+
4. the docs about `koa-custom-response`,plaese see: [koa-custom-response](https://github.com/DhyanaChina/koa-custom-response)
11+
1012

1113
### catalog
1214

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
1. clone 项目. `git clone [email protected]:DhyanaChina/koa2-typescript-guide.git`
88
2. 安装依赖. `npm i`
99
3. 配置你的数据库信息,在 `config/connection.ts` 中。(不使用数据库请移除相关代码)
10+
4. 有关 `koa-custom-response` 文档,请看这里:[koa-custom-response](https://github.com/DhyanaChina/koa-custom-response)
1011

1112
### 目录
1213

0 commit comments

Comments
 (0)