Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadt3 committed Jun 3, 2023
1 parent 1edbd16 commit 9b781a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 9b781a0

Please sign in to comment.