From 0bcb2b63510f2325f7e968d63ae3fb95d08a8ccd Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 21 Nov 2013 09:54:03 -0500 Subject: [PATCH] Fix websocket path in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3550a..fdeb321 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ $ btcwallet -u rpcuser -P rpcpass ## Frontend Usage Frontends wishing to use btcwallet must connect to the websocket -`/wallet`. Messages sent to btcwallet over this websocket are +`/frontend`. Messages sent to btcwallet over this websocket are expected to follow the standard [Bitcoin JSON API](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list) and replies follow the same API. The btcd package `btcjson` provides