Skip to content

Commit ee96873

Browse files
authored
Replace Oslash with Returns (#233)
1 parent 8808a43 commit ee96873

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
@@ -12,7 +12,7 @@
1212
Process incoming JSON-RPC requests in Python.
1313

1414
```python
15-
from jsonrpcserver import method, serve, Ok, Result
15+
from jsonrpcserver import dispatch, method, Ok, Result
1616

1717
@method
1818
def ping() -> Result:

0 commit comments

Comments
 (0)