From c2c705d7c90399b6a0d370bc0119882c71385bf4 Mon Sep 17 00:00:00 2001 From: mackel90 <7500936+mackel90@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:19:39 +0100 Subject: [PATCH] Update README.md Changing 'master' branch to 'main' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83a3c6a..d9702f0 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Add the following into your project's main or a subdirectory's `CMakeLists.txt`: include(FetchContent) FetchContent_Declare( freertos_plus_fat - GIT_REPOSITORY https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git - GIT_TAG master #Note: Best practice to use specific git-hash or tagged version + GIT_REPOSITORY "https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git" + GIT_TAG main #Note: Best practice to use specific git-hash or tagged version GIT_SUBMODULES "" # Don't grab any submodules since not latest )