Merge pull request #293 from gallonyin/patch-1

Fix README_CN.md “文本错误”
This commit is contained in:
stellaHSR 2023-09-06 21:22:04 +08:00 committed by GitHub
commit 54c3af55b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ ## 示例:启动一个创业公司
```shell
python startup.py "写一个命令行贪吃蛇"
# 开启code review模式会花费更多的money, 但是会提升代码质量和成功率
# 开启code review模式会花费更多的money, 但是会提升代码质量和成功率
python startup.py "写一个命令行贪吃蛇" --code_review True
```