Update README.md

This commit is contained in:
kolo
2025-05-09 23:20:45 +03:00
committed by GitHub
parent 73144f7ba4
commit 58ccd6b26d
+1 -1
View File
@@ -30,7 +30,7 @@ router = Router()
@router.command(Command("hello")) @router.command(Command("hello"))
def handler(): def handler():
print("Hello, world!") print("Hello, world!")
``` ```
```python ```python