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.
2 parents 11b1d3e + d28534d commit cbc8e39Copy full SHA for cbc8e39
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