From fc0c99c247b072516b8b5a0f8379fec9d1303b5e Mon Sep 17 00:00:00 2001 From: Yuhao Zhu <79214709+hexwarrior6@users.noreply.github.com> Date: Fri, 3 Apr 2026 20:22:04 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b724b6..33b1c58 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ The application follows a modern full-stack architecture: ### 1. Clone the Repository ```bash -git clone https://github.com/your-username/CISE_SPEED.git -cd CISE_SPEED +git clone https://github.com/your-username/cise-speed.git +cd cise-speed ``` ### 2. Set Up Environment Variables @@ -167,7 +167,7 @@ npm run test:coverage ## 🏗️ Project Structure ``` -CISE_SPEED/ +cise-speed/ ├── backend/ # NestJS API server │ ├── src/ │ │ ├── api/ # API modules (article, user) @@ -245,7 +245,7 @@ We welcome contributions to the CISE_SPEED project! Here's how you can help: If you encounter any issues or have questions about the project: -1. Check the existing [Issues](https://github.com/your-username/CISE_SPEED/issues) to see if it's already reported +1. Check the existing [Issues](https://github.com/hexwarrior6/cise-speed/issues) to see if it's already reported 2. If not, open a new issue with detailed information about the problem 3. For feature requests, please open an issue describing the proposed feature @@ -261,4 +261,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## 📞 Contact -For questions or support regarding CISE_SPEED, please open an issue in the repository. \ No newline at end of file +For questions or support regarding CISE_SPEED, please open an issue in the repository.