Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Fixed project name in import statement
  • Loading branch information
KushalKatta authored Sep 4, 2018
1 parent ab79ec7 commit bc33e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Usage:
------
::

from WebUI import WebUI # Add WebUI to your imports
from webui import WebUI # Add WebUI to your imports
from flask import Flask, render_template, request
app = Flask(__name__)
Expand Down

0 comments on commit bc33e3d

Please sign in to comment.