Skip to content

Commit 41094b5

Browse files
committed
Update README.md
1 parent 9d23ccd commit 41094b5

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
@@ -20,7 +20,7 @@ Next, add a ``MySQL`` instance to your code:
2020

2121
```python
2222
from flask import Flask
23-
from flask_mysqldb import MySQL
23+
from flask.ext.mysqldb import MySQL
2424

2525
app = Flask(__name__)
2626
mysql = MySQL(app)

0 commit comments

Comments
 (0)