Skip to content

Commit

Permalink
Merge pull request #197 from FerdinaKusumah/bugFix/updateReadMe
Browse files Browse the repository at this point in the history
Fix ReadMe
  • Loading branch information
ahopkins authored Mar 3, 2021
2 parents c4f9b0f + ab96548 commit 3340293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ from sanic import Sanic
from sanic.response import json
from sanic_openapi import swagger_blueprint

app = Sanic()
app = Sanic(name="AwesomeApi")
app.blueprint(swagger_blueprint)


Expand Down

0 comments on commit 3340293

Please sign in to comment.