From a8bed0f4d92f3fb63c504a4aa3a662faa51e14c6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 11 Jun 2025 19:02:29 +0100 Subject: [PATCH] swap localhost for 127.0.0.1 in examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9083ad..d9dc123 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The CLI should now be discoverable as `slobs-cli` Pass `--domain`, `--port` and `--token` as flags on the root command, for example: ```console -slobs-cli --domain localhost --port 59650 --token --help +slobs-cli --domain 127.0.0.1 --port 59650 --token --help ``` #### Environment Variables @@ -59,7 +59,7 @@ slobs-cli --domain localhost --port 59650 --token --help Load the following values from your environment: ```env -SLOBS_DOMAIN=localhost +SLOBS_DOMAIN=127.0.0.1 SLOBS_PORT=59650 SLOBS_TOKEN= ```