README: fix ping example

Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
This commit is contained in:
Gyuho Lee
2022-02-28 07:24:53 -08:00
parent 712420779f
commit 27f53d7753
+1 -1
View File
@@ -261,7 +261,7 @@ To ping the server:
curl -X POST -k http://localhost:8081/v1/ping -d ''
# or
avalanche-network-runner client ping \
avalanche-network-runner ping \
--log-level debug \
--endpoint="0.0.0.0:8080"
```