From 76086fc7179b12a9efc5d86f31201d118ff80abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=AB=E5=AD=90=E6=A8=B1=E6=A1=83?= Date: Wed, 29 Jun 2022 19:38:23 +0800 Subject: [PATCH] fix:typo in readme.md (#2061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 虫子樱桃 --- tools/goctl/model/mongo/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/model/mongo/readme.md b/tools/goctl/model/mongo/readme.md index 3317cce3..e8ed8be8 100644 --- a/tools/goctl/model/mongo/readme.md +++ b/tools/goctl/model/mongo/readme.md @@ -16,7 +16,7 @@ mongo的生成不同于mysql,mysql可以从scheme_information库中读取到 ## 使用示例 为 User 生成 mongo model -```bahs +```bash $ goctl model mongo -t User -c --dir . ```