diff --git a/README.md b/README.md index bc82497..2f0ccc4 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,6 @@ poetry shell poetry run uvicorn main:app --reload --port 7001 ``` -You can also run the backend (when you're in `backend`): - -```bash -poetry run pyright -``` - Run the frontend: ```bash