Fix README_CN.md “文本错误”

This commit is contained in:
gallonyin 2023-09-06 20:19:23 +08:00 committed by GitHub
parent de1a7dcfc7
commit 23686efe03
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
```