Skip to content

Commit bbd86dd

Browse files
authored
Update README.md
1 parent e971207 commit bbd86dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# `04` Demo your API!!
1+
# `04` Demo your API!
22

3-
Go ahead and check your API endpoint by typing this URL on your browser and you should see the `Hello!` message like this:
3+
Go ahead and check your API endpoint by typing this URL on your browser, and you should see the `Hello!` message like this:
44

55
![Demo your API](../../assets/check-live.gif?raw=true)
66

77
Congratulations! Your first endpoint is now LIVE!
88

99
## Your URL will be one of two options:
1010

11-
If running through Gitpod, just add `/todos` to the end of your URL in the browser:
11+
If running through Codespaces or Gitpod, just add `/todos` to the end of your URL in the browser:
1212

1313
```txt
14-
GET https://yourgitpodurl:3245/todos
14+
https://your-custom-url/todos
1515
```
1616

1717
If running locally:
1818

1919
```txt
20-
GET https://localhost:3245/todos
20+
https://localhost:3245/todos
2121
```
2222

2323

0 commit comments

Comments
 (0)