Skip to content

Commit

Permalink
Merge pull request #98 from keyanp/ext-migrate
Browse files Browse the repository at this point in the history
Change README to reflect deprecated .ext import format
  • Loading branch information
miguelgrinberg committed Feb 26, 2015
2 parents 15c193c + ba04c22 commit 45a8236
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 @@ -9,7 +9,7 @@ Example
-------

from flask import Flask, render_template
from flask.ext.socketio import SocketIO, emit
from flask_socketio import SocketIO, emit

app = Flask(__name__)
app.config['SECRET_KEY'] = 'secret!'
Expand Down

0 comments on commit 45a8236

Please sign in to comment.