From 9bd84ef9b923f2d26e231c2cf5aeb8dee6b0e42e Mon Sep 17 00:00:00 2001 From: raykkk Date: Wed, 29 Oct 2025 12:19:52 +0800 Subject: [PATCH] add project template --- sample_template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_template/README.md b/sample_template/README.md index 161d432..ff502f5 100644 --- a/sample_template/README.md +++ b/sample_template/README.md @@ -21,7 +21,7 @@ ├── README.md # Documentation ├── backend/ # Backend source code │ ├── main.py # Backend entry point -│ ├── requirements.text # Dependencies +│ ├── requirements.txt # Dependencies │ └── ... # Other files │ ├── frontend/ # Frontend source code