From 15833104ef6a638254d8b76b297ec6b8fb4b424a Mon Sep 17 00:00:00 2001 From: Mohanson Date: Mon, 15 Apr 2019 14:16:38 +0800 Subject: [PATCH] Update README.md --- jsonrpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonrpc/README.md b/jsonrpc/README.md index 35966663..b9a4ceac 100644 --- a/jsonrpc/README.md +++ b/jsonrpc/README.md @@ -27,7 +27,7 @@ $ python tests\test_client.py # Methods - `ping`: Pong immeditely -- `pong`: Wait `n` seconds, and then pong +- `wait`: Wait `n` seconds, and then pong - `get`: Get global count - `inc`: Increment global count