diff --git a/README.md b/README.md index a29c51b..bae405a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ It was built for anyone who wants to understand what's actually happening in the ```bash # 1. Clone the repo -git clone https://github.com/YOUR_USERNAME/crucix.git +git clone https://github.com/calesthio/Crucix.git cd crucix # 2. Install dependencies (just Express) @@ -71,7 +71,7 @@ The dashboard opens automatically at `http://localhost:3117` and immediately beg ### Docker ```bash -git clone https://github.com/YOUR_USERNAME/crucix.git +git clone https://github.com/calesthio/Crucix.git cd crucix cp .env.example .env # add your API keys docker compose up -d