From 54f74e4a4918635c6ced111edc8f1f5265cf2685 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 24 Aug 2020 12:05:42 -0400 Subject: [PATCH] docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6498c72..4856705 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,8 @@ A simple relay peer can be set up using just the CLI, no code required. This peer will only relay messages to all its connected peers. The logging level is set to `info`. -```./app.js 7575 10.1.0.1:7575 10.2.0.1:7575 10.3.0.1:7575 ... +``` +./app.js 7575 10.1.0.1:7575 10.2.0.1:7575 10.3.0.1:7575 ... ```