Skip to content

Commit

Permalink
Update step-01.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangB33r authored Feb 19, 2024
1 parent e3badd3 commit 0a97e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/step-01.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Implement a Python service with Flusk
# Implement a Python service with Flask

The first step within our course is to implement a simplistic service in Python that opens a port and serves a simple JSON through HTTP protocol.
The convenient [Flask web framework](https://flask.palletsprojects.com/en/2.2.x/) helps to serve Python microservice endpoints.
Expand Down

0 comments on commit 0a97e60

Please sign in to comment.