From 8d7acc0f84b6e860144d2d14a2bf1cbe15cf7c2f Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Wed, 15 Dec 2021 14:59:09 +0300 Subject: [PATCH] docs: update info --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80fa523..0438a16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -### openethereum-node-status +## openethereum-node-status -A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes. Requires the [following API's](https://openethereum.github.io/JSONRPC) to be enabled: +A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes using batched RPC queries. Requires the [following API's](https://openethereum.github.io/JSONRPC) to be enabled: - eth - parity @@ -11,7 +11,7 @@ Default config: ```bash RPC_ENDPOINT=https://core.bloxberg.org -SERVER_POINT=80 +SERVER_PORT=80 DEBUG_ENABLED=false ```