From 072b286b6dfa65eaa646f68def8a0b0f6d157217 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Wed, 28 Feb 2024 15:44:40 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) 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