Skip to content

Commit b213f13

Browse files
authored
README LE
1 parent ae4c158 commit b213f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-a-rest-api-frontend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Build a Frontend for a REST API
1+
# Build a Front End for a REST API
22

3-
This repository contains code related to the tutorial on [building a frontend for a REST API](https://realpython.com/build-a-rest-api-frontend/).
3+
This repository contains code related to the Real Python tutorial on [building a front end for a REST API](https://realpython.com/build-a-rest-api-frontend/).
44

55
## Setup
66

@@ -32,7 +32,7 @@ After building the database, you can start the Flask server:
3232
(venv) $ python app.py
3333
```
3434

35-
When the Flask server is running, you can visit the frontend on `http://localhost:8000` and the API documentation on `http://localhost:8000/api/ui`.
35+
When the Flask server is running, you can visit the front end on `http://localhost:8000` and the API documentation on `http://localhost:8000/api/ui`.
3636

3737
## Author
3838

0 commit comments

Comments
 (0)