fix:typo in readme.md (#2061)

Co-authored-by: 虫子樱桃 <czyt@w.cn>
This commit is contained in:
虫子樱桃
2022-06-29 19:38:23 +08:00
committed by GitHub
parent 555c4ecd1a
commit 76086fc717

View File

@@ -16,7 +16,7 @@ mongo的生成不同于mysqlmysql可以从scheme_information库中读取到
## 使用示例
为 User 生成 mongo model
```bahs
```bash
$ goctl model mongo -t User -c --dir .
```