feat: add FastAPI (#170)

*  feat: fastapi-badge

* 🩹 fix: contriubuting-correct-instruction

* 🩹 fix: reorder-frameworks
This commit is contained in:
Juan Manuel 2024-10-09 17:52:05 -03:00 committed by GitHub
parent d0e73f00b8
commit 5a9c81f5b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,7 @@ You can now start working locally on the project. When you decide you are ready
```bash
git add .
git checkout -m "✨ feat: [commit message here]"
git commit -m "✨ feat: [commit message here]"
git push
```