From a8ac81913984df85d2a848e5fc89a6d87f349662 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 23 Jun 2016 20:40:16 -0400 Subject: [PATCH] link issue from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a68823101..1a91fb693 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ As a POST request, we use JSONRPC. For instance, the same request would have thi } ``` -Note the `params` does not currently support key-value pairs (#1), so order matters (you can get the order from making a +Note the `params` does not currently support key-value pairs (https://github.com/tendermint/go-rpc/issues/1), so order matters (you can get the order from making a GET request to `/`) With the above saved in file `data.json`, we can make the request with