Skip to content

Commit cc51548

Browse files
authored
Update README.md
1 parent b2cc70a commit cc51548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.learn/exercises/03-first-flask-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Flask is an app that behaves like a web server: it exposes (publishes) a group of URLs to the internet (like an API or website).
44

5-
For example, you can use Flask with a domain and expose the following URLs to the Internet:
5+
For example, you can use Flask with a domain and expose the following URLs to the internet:
66

77
```txt
88
mywebsite.com/home

0 commit comments

Comments
 (0)