Skip to content

Commit a7ac3d0

Browse files
authored
Update README.md
1 parent 0ccd08a commit a7ac3d0

File tree

1 file changed

+2
-2
lines changed
  • .learn/exercises/03.2-check-for-live

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `03.2` Check for Live URL
22

3-
You can check to see if your server is running by clicking on the URL (this is displayed on the command line) once Flask has started running like the GIF below:
3+
You can check to see if your server is running by clicking on the URL (this is displayed on the command line) once Flask has started running, like the GIF below:
44

55
![Check Flask Live](../../assets/live-api.gif?raw=true)
66

@@ -10,4 +10,4 @@ Once you open it successfully, your live API should say `Not Found` like this im
1010

1111
![Not found API](../../assets/not-found.png?raw=true)
1212

13-
The reason the API says `Not found` right now is because we have not added any endpoints so far meaning, there is no data being fetched or sent. Now that we have our server up and running, let's start adding some endpoints!
13+
The reason the API says `Not found` right now is because we have not added any endpoints so far, meaning there is no data being fetched or sent. Now that we have our server up and running, let's start adding some endpoints!

0 commit comments

Comments
 (0)