Skip to content

Commit 50040bd

Browse files
authored
Update README.md
1 parent dd9e94d commit 50040bd

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-
For production, use `dispatch`:
25+
Alternatively, use `dispatch`:
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)