Skip to content

Commit cbc8e39

Browse files
committed
Merge branch 'main' of github.com:explodinglabs/jsonrpcserver
2 parents 11b1d3e + d28534d commit cbc8e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if __name__ == "__main__":
2222
serve()
2323
```
2424

25-
Or use `dispatch`:
25+
Or use `dispatch` instead of `serve`:
2626
```python
2727
response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
2828
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'

0 commit comments

Comments
 (0)