Skip to content

Commit dbc1a89

Browse files
committed
Adjust readme
1 parent 7a9aa1b commit dbc1a89

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
@@ -17,7 +17,7 @@ pip install jsonrpcserver
1717
```
1818

1919
```python
20-
from jsonrpcserver import method, serve, Success
20+
from jsonrpcserver import dispatch, method, Success
2121

2222
@method
2323
def ping():

0 commit comments

Comments
 (0)