From 2efa5562bec8f90557c2ff2e23bd711cbcab3f7b Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 22 Apr 2016 15:27:57 -0400 Subject: [PATCH] docs: remove nolonger relevant noCache query from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89e6538..20a6d69 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ This would return: ### Address ``` - /insight-api/addr/[:addr][?noTxList=1&noCache=1] + /insight-api/addr/[:addr][?noTxList=1] /insight-api/addr/mmvP3mTe53qxHdPqXEvdu8WdC7GfQ2vmx5?noTxList=1 ``` @@ -143,7 +143,7 @@ The response contains the value in Satoshis. ### Unspent Outputs ``` - /insight-api/addr/[:addr]/utxo[?noCache=1] + /insight-api/addr/[:addr]/utxo ``` Sample return: ```