diff --git a/Websocket-JSON-RPC-API.md b/Websocket-JSON-RPC-API.md
index 5969b10..9f7f365 100644
--- a/Websocket-JSON-RPC-API.md
+++ b/Websocket-JSON-RPC-API.md
@@ -69,7 +69,7 @@ The following is an overview of the RPC extension requests available to websocke
|---|------|-----------|-------------|
|1|[authenticate](#authenticate)|Authenticate the connection against the username and passphrase configured for the RPC server.
NOTE: This is only required if an HTTP Authorization header is not being used.|None|
|2|[getbestblock](#getbestblock)|Get block height and hash of best block in the main chain.|None|
-|3|[getcurrentnet](#getcurrentnet)|Get bitcoin network btcd is running on.|
+|3|[getcurrentnet](#getcurrentnet)|Get bitcoin network btcd is running on.|None|
|4|[notifyblocks](#notifyblocks)|Send notifications when a block is connected or disconnected from the best chain.|[blockconnected](#blockconnected) and [blockdisconnected](#blockdisconnected)|
|5|[notifyreceived](#notifyreceived)|Send notifications when a txout spends to an address.|[recvtx](#recvtx) and [redeemingtx](#redeemingtx)|
|6|[notifyspent](#notifyspent)|Send notification when a txout is spent.|[redeemingtx](#redeemingtx)|