From 164baa4241cef57d9d940a830be3bea70529b4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 27 Apr 2022 18:43:14 +0300 Subject: [PATCH] Fix URL typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3b26b..66b7bfa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ sudo pip3 install esptool adafruit-ampy Clone the Git repository and run makefiles: ``` -git clone https://github.com/k-space-ee/micropython-skeleton +git clone https://git.k-space.ee/k-space/micropython-skeleton cd micropython-skeleton make ```