Skip to content

Commit bcab2fa

Browse files
committed
Adjust readme
1 parent 50040bd commit bcab2fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

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

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

31+
[Watch a video on how to use it.](https://www.youtube.com/watch?v=3_BMmgJaFHQ)
32+
3133
Full documentation is at [jsonrpcserver.com](https://www.jsonrpcserver.com/).
3234

3335
See also: [jsonrpcclient](https://github.com/explodinglabs/jsonrpcclient)

0 commit comments

Comments
 (0)