From b6329eb698969726dd0a142639c81ec4968ded33 Mon Sep 17 00:00:00 2001 From: PatrykHegenberg <112555272+PatrykHegenberg@users.noreply.github.com> Date: Fri, 31 May 2024 10:04:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc85ea..77711b0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can optionally specify the listening address and port using flags: ```bash ./target/release/caesar serve -p 8080 -l 192.168.1.100 ``` -By default, the server listens on 0.0.0.0:1323. +By default, the server listens on 0.0.0.0:8000. `send` Sends data through the relay server.