From e02e5b320f365dfb40394a3822c1356dbecbf882 Mon Sep 17 00:00:00 2001 From: dev-ptera Date: Mon, 12 Apr 2021 15:34:00 -0400 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b5918e..69419ef 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,8 @@ client._send("block_info", { ## Generic Typing -Some RPC responses will change depending on the optional params included in the request. +Some RPC response types will change depending on the optional parameters included in the request. +`peers` is an example of a request that can conditionally include `PeersResponseDetails` when the flag `peer_details` is true. ## Local Development