From e5d23547c0cd47576d979861d1aae533cd287fda Mon Sep 17 00:00:00 2001 From: Manan Patel Date: Sat, 26 Apr 2014 16:54:12 -0700 Subject: [PATCH] Update README.md Updated link to RpcClient.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ce5ebd..9e698cc 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ rpc.getBlock(hash, function(err, ret) { }); ``` -Check the list of all supported RPC call at [RpcClient.js](RpcClient.js) +Check the list of all supported RPC call at [RpcClient.js](lib/RpcClient.js) ## Creating and sending a Transaction through P2P