Skip to content

Commit f04d98b

Browse files
committedJan 28, 2018
Update Readme.md
1 parent c7dd68c commit f04d98b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎Readme.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Teng-koa
2+
3+
![alt](./img/screenshot.png)
4+
25
本项目是基于 Koa v2 的 RESTful API 框架实现,目前已经实现的功能:
36
* 自动化加载的路由
47
* 自动化加载的控制器
@@ -11,6 +14,7 @@
1114
## 开始
1215
```
1316
$ rm -rf .git
17+
$ rm -rf img
1418
$ cp config.json.example config.json
1519
$ yarn init && git init
1620
```
@@ -32,7 +36,8 @@ The features list:
3236

3337
## How to Start ?
3438
```
35-
$ rm .git
39+
$ rm -rf .git
40+
$ rm -rf img
3641
$ cp config.json.example config.json
3742
$ yarn init && git init
3843
```

0 commit comments

Comments
 (0)
Please sign in to comment.