From 9b781a0b318c7e4f42c1548309bda75e5cfb4e3c Mon Sep 17 00:00:00 2001 From: Prasad Thammineni Date: Sat, 3 Jun 2023 11:53:39 -0700 Subject: [PATCH] README updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33ab704..8db8bdb 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ From the `backend` folder, start the Flask server: python app.py ``` -The backend server will be running at `http://127.0.0.1:5000`. +The backend server will be running at `http:/localhost:5000`. ### Start the Frontend App @@ -104,7 +104,7 @@ From the `frontend` folder, start the React development server: npm start ``` -Now you can visit `http://127.0.0.1:3000` in your browser and start using the Simple ChatGPT app! +Now you can visit `http://localhost:3000` in your browser and start using the Simple ChatGPT app! ## License