We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677294b commit f76b5c9Copy full SHA for f76b5c9
1 file changed
README.md
@@ -49,7 +49,7 @@ your-project/
49
├── CONTRIBUTING.md # Contribution guidelines
50
├── pyproject.toml # Project configuration
51
├── README.md
52
-├── SETUP_QUICK_REF.md
+├── QUICK_REFERENCE.md
53
├── setup.sh # Setup script
54
├── uv.lock
55
└── verify-python-version.sh # Version checker
@@ -170,7 +170,7 @@ source .venv/bin/activate && python --version
170
171
## 📚 Documentation
172
173
-- [Setup Guide](SETUP_GUIDE.md) - Detailed guide
+- [Setup Guide](README.md) - Detailed guide
174
- [Quick Reference](QUICK_REFERENCE.md) - Command cheat sheet
175
- [UV Documentation](https://github.com/astral-sh/uv)
176
0 commit comments