Skip to content

Commit

Permalink
fixed demo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
punkdata committed Jun 11, 2018
1 parent 28b3db3 commit bc25a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def wrap_html(message):

@app.route('/')
def hello_world():
message = 'Hello DockerCon 2018'
message = 'Hello DockerCon 2018!'
html = wrap_html(message)
return html

Expand Down

0 comments on commit bc25a36

Please sign in to comment.