Update README.md

Updated link to RpcClient.js
This commit is contained in:
Manan Patel 2014-04-26 16:54:12 -07:00
parent 33415983be
commit e5d23547c0
1 changed files with 1 additions and 1 deletions

View File

@ -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