Skip to content

Commit c15ec0f

Browse files
authored
Fix typo (perhaps)
1 parent 146f49c commit c15ec0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ from robyn import Robyn
4343
app = Robyn(__file__)
4444

4545
@app.get("/")
46-
async def h(requests):
46+
async def h(request):
4747
return "Hello, world!"
4848

4949
app.start(port=5000)

0 commit comments

Comments
 (0)