From 1fbccc40f1cc8aadfdedb66c6a861eb7a4399e02 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Tue, 16 Aug 2016 17:41:34 -0400 Subject: [PATCH] s/websocket/WebSocket/g --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4978ee1..d435475 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ This section lists the most important options of the _recorder_ with their long `--initialize` creates the a structure within the storage directory and initializes the LMDB database. It is safe to use this even if such a database exists -- the database is not wiped. After initialization, _recorder_ exits. -`--label` specifies a label (default: "Recorder") to be shown in the websocket live map. +`--label` specifies a label (default: "Recorder") to be shown in the WebSocket live map. `--http-host` and `--http-port` define the listen address and port number for the API. If `--http-port` is 0, the Web server is disabled.