Skip to content

Commit 551477d

Browse files
committed
Adjust readme
1 parent 0cda043 commit 551477d

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
@@ -23,7 +23,7 @@ if __name__ == "__main__":
2323
serve()
2424
```
2525

26-
Or use `dispatch`:
26+
To get a JSON-RPC response:
2727
```python
2828
>>> from jsonrpcserver import dispatch
2929
>>> dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')

0 commit comments

Comments
 (0)