We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcab2fa commit d28534dCopy full SHA for d28534d
README.md
@@ -22,7 +22,7 @@ if __name__ == "__main__":
22
serve()
23
```
24
25
-Or use `dispatch`:
+Or use `dispatch` instead of `serve`:
26
```python
27
response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
28
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'
0 commit comments