Skip to content

Commit fba8b2c

Browse files
authored
Fix template configuration path in README (#1394)
1 parent f965eda commit fba8b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ See the readme file in the ```./portable``` directory for more information.
130130

131131
- The ```./include``` directory contains the real time kernel header files.
132132

133-
- The ```./template_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
133+
- The ```./examples/template_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
134134
See the [FreeRTOSConfig.h](examples/template_configuration/FreeRTOSConfig.h) file for instructions.
135135

136136
### Code Formatting

0 commit comments

Comments
 (0)