Skip to content

Commit 744ccd0

Browse files
donhuiyugasun
authored andcommitted
docs: typo Flash --> Flask (#15)
1 parent 61eff4f commit 744ccd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ app = Flask(__name__)
3333

3434
@app.route("/")
3535
def index():
36-
return "Hello Flash"
36+
return "Hello Flask"
3737

3838
@app.route("/users")
3939
def users():

0 commit comments

Comments
 (0)