From 97d20e75accf53ad217377d6ef44bc0ca5506e2e Mon Sep 17 00:00:00 2001 From: Syed Fahim Anwer Date: Mon, 16 Mar 2026 17:19:55 +0530 Subject: [PATCH] fix: correct directory name typo in README local deployment instructions `cd sora2api` should be `cd flow2api` in the local deployment section. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af0cdf..d48bd4d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ docker compose -f docker-compose.headed.yml logs -f ```bash # 克隆项目 git clone https://github.com/TheSmallHanCat/flow2api.git -cd sora2api +cd flow2api # 创建虚拟环境 python -m venv venv