From 63b43b7feebed6ec6ba18711d7c849c6255a1bf8 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Fri, 20 Feb 2026 03:42:47 +0530 Subject: [PATCH] update readme links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb9d1de..b64dda5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ pnpm install Open your file explorer, or use another terminal, and clone this template to your computer: ```bash -git clone [https://git.pynixworld.com/Moody6/node-app-builder-template.git](https://git.pynixworld.com/Moody6/node-app-builder-template.git) +git clone https://git.pynixworld.com/Moody6/node-app-builder-template.git ``` **3. Inject the Magic** @@ -36,7 +36,7 @@ Go to the Gitea website and create a brand new, empty repository. Then, go back ```bash git init git checkout -b dev # We always start in the Dev environment! -git remote add origin [https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git](https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git) +git remote add origin https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git ``` **5. Launch It!**