Skip to content

Commit 681993b

Browse files
authored
Merge pull request #130 from eamanu/patch-1
Fix quickstart example
2 parents 4d62abc + f19a79c commit 681993b

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
@@ -5,7 +5,7 @@ PyMongo support for Flask applications
55
## Quickstart
66

77
```python
8-
from flask import Flask
8+
from flask import Flask, render_template
99
from flask_pymongo import PyMongo
1010

1111
app = Flask(__name__)

0 commit comments

Comments
 (0)