Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
diddi- authored and Diddi Oscarsson committed Oct 18, 2019
1 parent c7746b2 commit 43bb931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\.vscode/
\.devcontainer/
__pycache__/
*.egg-info/
build/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ from flask import Flask
from flask_sqlalchemy import SQLAlchemy
from flask_seeder import FlaskSeeder

create_app():
def create_app():
app = Flask(__name__)

db = SQLAlchemy()
Expand Down

0 comments on commit 43bb931

Please sign in to comment.