From d9ae3074bb811fa40ade91549ba2b746bc7c7677 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 30 Aug 2025 20:52:23 +0200 Subject: [PATCH] repo url --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2a5462..1861a3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ in your GitHub account. Clone your newly created fork of the repository to your local machine with the following command: ```bash -git clone https://github.com/Cyclenerd/meshcore-bot.git +git clone "https://github.com/Cyclenerd/meshcore-bot.git" ``` ## Create a New Branch 🌿 diff --git a/README.md b/README.md index 1db11c1..396df67 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This script is a command bot that connects to a [MeshCore](https://github.com/me 1. **Clone**: Clone this repo: ```bash - git clone "https://github.com/Cyclenerd/meshcore-bot"" + git clone "https://github.com/Cyclenerd/meshcore-bot.git" cd "meshcore-bot" ``` @@ -50,4 +50,4 @@ node meshcore-bot.js "/dev/ttyUSB0" ## License -All files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise. \ No newline at end of file +All files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise.