Skip to content

Commit 6c9bd24

Browse files
committed
docs: update README.md
1 parent 3153884 commit 6c9bd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ $ curl http://127.0.0.1:5555/healthz # run health client to test the API
171171
# - share:分享
172172
# - report:举报
173173
# - vote:投票
174-
$ KINDS="post,comment,tag,follow,follower,friend,block,like,bookmark,share,report,vote"
175-
$ osbuilder create api -b mb-apiserver --kinds $KINDS
174+
$ kinds="post,comment,tag,follow,follower,friend,block,like,bookmark,share,report,vote"
175+
$ osbuilder create api -b mb-apiserver --kinds $kinds
176176
```
177177

178178
上述命令会添加 2 个新的 REST 资源:CronJob、Job。接下来,你只需要添加核心业务逻辑即可。

0 commit comments

Comments
 (0)