Update 00-OVERVIEW.md

This commit is contained in:
Carter Perez 2026-02-20 02:19:33 -05:00 committed by GitHub
parent 7d81b29646
commit f1c258f8bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ cd PROJECTS/advanced/api-rate-limiter
pip install -e . --break-system-packages
# Optional: Start Redis for production-like testing
docker-compose -f examples/docker-compose.yml up -d
docker compose -f examples/docker-compose.yml up -d
# Run the example app
python examples/app.py