Skip to content

Commit 0ede79e

Browse files
committed
Add comment to docs
1 parent d806553 commit 0ede79e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ Test the server:
2727
$ curl -X POST http://localhost:5000 -d '{"jsonrpc": "2.0", "method": "ping", "id": 1}'
2828
{"jsonrpc": "2.0", "result": "pong", "id": 1}
2929
```
30+
31+
`serve` is good for serving methods in development, but for production use
32+
`dispatch` instead.

0 commit comments

Comments
 (0)