Skip to content

Commit f76b5c9

Browse files
authored
Rename SETUP_QUICK_REF.md to QUICK_REFERENCE.md
1 parent 677294b commit f76b5c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ your-project/
4949
├── CONTRIBUTING.md # Contribution guidelines
5050
├── pyproject.toml # Project configuration
5151
├── README.md
52-
├── SETUP_QUICK_REF.md
52+
├── QUICK_REFERENCE.md
5353
├── setup.sh # Setup script
5454
├── uv.lock
5555
└── verify-python-version.sh # Version checker
@@ -170,7 +170,7 @@ source .venv/bin/activate && python --version
170170

171171
## 📚 Documentation
172172

173-
- [Setup Guide](SETUP_GUIDE.md) - Detailed guide
173+
- [Setup Guide](README.md) - Detailed guide
174174
- [Quick Reference](QUICK_REFERENCE.md) - Command cheat sheet
175175
- [UV Documentation](https://github.com/astral-sh/uv)
176176

0 commit comments

Comments
 (0)