Skip to content

Commit dd9e94d

Browse files
authored
Update README.md
1 parent 792eeba commit dd9e94d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ if __name__ == "__main__":
2222
serve()
2323
```
2424

25-
Alternatively, use `dispatch`:
25+
For production, use `dispatch`:
2626
```python
27-
from jsonrpcserver import dispatch
2827
response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
2928
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'
3029
```

0 commit comments

Comments
 (0)