From a9f6fb7eaac25dff87d33aa2715a462dee19083e Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Mon, 21 Jul 2025 12:58:44 +0530 Subject: [PATCH] fix: update readme.md and according to new guidelines --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11e1a6e..1440431 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Ready‑to‑use **docker‑compose** stack for running your own [nwaku](https:/ ### 🚀 Starting your node — pick one of three paths -| # | Path | Quick-start command | What happens | +| # | Option | Quick-start command | What happens | |---|------|--------------------|--------------| -| **1** | **setup_wizard** | Fastest one-command bootstrap | Generates `.env`, registers RLN, and spins up the whole stack automatically | +| **1** | **setup-wizard** | Fastest one-command bootstrap | Generates `.env`, registers RLN, and spins up the whole stack automatically | | **2** | **script** | Power user / CI | setup a .env file manually, run ./register_rln.sh, and then start the node.|