Skip to content

Commit 732462a

Browse files
committed
Adjust readme
1 parent b3550d0 commit 732462a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
https://github.com/user-attachments/assets/94fb4f04-a5f1-41ca-84dd-7e18b87990e0
1818

19-
## Installation
19+
## 🚀 Installation
2020

2121
```sh
2222
pip install jsonrpcserver
2323
```
2424

25-
## Usage
25+
## ⚒️ Usage
2626

2727
```python
2828
from jsonrpcserver import dispatch, method, Success
@@ -35,8 +35,8 @@ response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
3535
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'
3636
```
3737

38-
Full documentation is at [explodinglabs.com/jsonrpcserver](https://www.explodinglabs.com/jsonrpcserver/).
38+
👉 Full documentation is at [explodinglabs.com/jsonrpcserver](https://www.explodinglabs.com/jsonrpcserver/).
3939

40-
## 📖 See Also
40+
## ➡️ See Also
4141

4242
- [jsonrpcclient](https://github.com/explodinglabs/jsonrpcclient) – Create JSON-RPC requests and parse responses in Python

0 commit comments

Comments
 (0)