Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Jul 25, 2021
1 parent 66c231a commit 87c60fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install robyn

from robyn import Robyn

app = Robyn()
app = Robyn(__file__)

@app.get("/")
async def h():
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install robyn

from robyn import Robyn

app = Robyn()
app = Robyn(__file__)

@app.get("/")
async def h():
Expand Down

0 comments on commit 87c60fb

Please sign in to comment.