Skip to content

Commit d28534d

Browse files
authored
Update README.md
1 parent bcab2fa commit d28534d

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)