From 6def7dd4995a7f2d887b5744dccef890e4285007 Mon Sep 17 00:00:00 2001 From: wyifei26 Date: Thu, 2 Nov 2023 10:10:46 +0800 Subject: [PATCH] fix: readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f7af6ef..d68d8204 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## 🎉 News -* **November 2nd, 2023: ChatDev is now supported with incremental development.** Use `--config "incremental" --path "Your folder path" ` to start it. This mode will start with code review base on the existing codes. +* **November 2nd, 2023: ChatDev is now supported with incremental development.** Try `--config "incremental" --path "Your folder path"` to start it. This mode will start with code review phase base on the existing codes. * October 26th, 2023: ChatDev is now supported with Docker for safe execution (thanks to contribution from [ManindraDeMel](https://github.com/ManindraDeMel)). Please see [Docker Start Guide](wiki.md#docker-start).