From 8f9bf7aeea7b659501d0c43a5756d05f67736cf8 Mon Sep 17 00:00:00 2001 From: Jelle Haandrikman Date: Wed, 15 Jun 2022 11:23:46 +0200 Subject: [PATCH] Fixed README.md Updated the link in the 'How to make' section to reflect the app. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf0cde2..a05c0fe 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Source code included as submodules is licensed separately, please check the foll ## How to make ```sh -git clone --recursive https://github.com/badgeteam/mch2022-firmware-esp32 -cd mch2022-firmware-esp32 +git clone --recursive https://github.com/badgeteam/mch2022-template-app +cd mch2022-template-app make prepare make ```