From 91621847e5ee7015491c10be6f98c291d29202de Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sun, 19 Mar 2023 19:46:21 -0600 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6946204..08b370d 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ To start the registry server with the default configuration, run: announce_server start_registry ``` -To start the registry server with a custom IP address, port number, heartbeat interval, and timeout, run: +The full syntax is equivalent to: ```bash -announce_server start_registry --address localhost --port 4998 --heartbeat_interval 10 --heartbeat_timeout 5 +announce_server start_registry --address 0.0.0.0 --port 4999 --heartbeat_interval 5 --heartbeat_timeout 3 ``` \ No newline at end of file