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