Skip to content

Commit dc6688e

Browse files
authored
Update Documentation / Update README.md (#72)
Description ----------- Reflect the changes from master to main branch. Test Steps ----------- NA. Checklist: ---------- - [ x ] I have tested my changes. No regression in existing tests. - [NA] I have modified and/or added unit-tests to cover the code changes in this Pull Request. Related Issue ----------- NA. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 584ee64 commit dc6688e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Add the following into your project's main or a subdirectory's `CMakeLists.txt`:
3232
include(FetchContent)
3333
3434
FetchContent_Declare( freertos_plus_fat
35-
GIT_REPOSITORY https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git
36-
GIT_TAG master #Note: Best practice to use specific git-hash or tagged version
35+
GIT_REPOSITORY "https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git"
36+
GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
3737
GIT_SUBMODULES "" # Don't grab any submodules since not latest
3838
)
3939

0 commit comments

Comments
 (0)