Skip to content

Commit 7cd38ab

Browse files
committed
Add license badge
1 parent f49530f commit 7cd38ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
![Code Quality](https://github.com/explodinglabs/jsonrpcserver/actions/workflows/code-quality.yml/badge.svg)
99
![Coverage Status](https://coveralls.io/repos/github/explodinglabs/jsonrpcserver/badge.svg?branch=main)
1010
![Downloads](https://img.shields.io/pypi/dw/jsonrpcserver)
11+
![License](https://img.shields.io/pypi/l/jsonrpcserver.svg)
1112

1213
Process incoming JSON-RPC requests in Python.
1314

@@ -27,6 +28,7 @@ if __name__ == "__main__":
2728
```
2829

2930
Or use `dispatch` instead of `serve`:
31+
3032
```python
3133
response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
3234
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'

0 commit comments

Comments
 (0)