From 315489a426933b03e3e0dd3c114240b01c339d8c Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Fri, 6 Jun 2025 09:43:29 +0200 Subject: [PATCH] Fix typo in WebSocket instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c4814c..94d3ab6 100755 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ You could run `python3 -m nbp --inputprovider json -o ws -dt 10` nbp: error: the following arguments are required: --input-file, --ws-port ``` -The `json` Input Provider requires parameter `--input-file` with a path to the JSON file and the `ws` Output Writer requires `--ws-port` with a port for the WebSocket server to 1listen on. +The `json` Input Provider requires parameter `--input-file` with a path to the JSON file and the `ws` Output Writer requires `--ws-port` with a port for the WebSocket server to listen on. Let's run `python3 -m nbp --inputprovider json -o ws -dt 10 --input-file /home//input.json --ws-port 8080`