From dbedcea1d37e9396fb61ff1f134d4425125b9376 Mon Sep 17 00:00:00 2001 From: Cullen Date: Thu, 17 Aug 2023 15:46:03 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 399bd58..c15d12e 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ JobSpy Backend is a RESTful API built with FastAPI that allows users to scrape j ## Installation -1. Clone this repository. -2. Install the dependencies with `pip install -r requirements.txt`. -3. Run the server with `uvicorn main:app --reload`. +1. Clone this repository +2. Install the dependencies with `pip install -r requirements.txt` +3. Run the server with `uvicorn main:app --reload` ## Usage