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!**