Skip to content

Commit 97eae8a

Browse files
luis0areschfw
authored andcommitted
update readme usage example (#41)
1 parent 08d3528 commit 97eae8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ Here are some example codes:
236236
.. code-block:: python
237237
238238
from flask import Flask, request, jsonify
239-
import flask_excel
239+
import flask_excel as excel
240240
241241
app=Flask(__name__)
242-
flask_excel.init_excel(app)
242+
excel.init_excel(app)
243243
244244
@app.route("/upload", methods=['GET', 'POST'])
245245
def upload_file():

0 commit comments

Comments
 (0)