Skip to content

Commit 1bf75fa

Browse files
Merge pull request #70 from N-BodyPhysicsSimulator/codex/fix-typo-in-readme.md
Fix README WebSocket server typo
2 parents c86aa73 + 315489a commit 1bf75fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You could run `python3 -m nbp --inputprovider json -o ws -dt 10`
6969
nbp: error: the following arguments are required: --input-file, --ws-port
7070
```
7171

72-
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.
72+
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.
7373

7474
Let's run `python3 -m nbp --inputprovider json -o ws -dt 10 --input-file /home/<user>/input.json --ws-port 8080`
7575

0 commit comments

Comments
 (0)