Fix template configuration path in README (#1394)
diff --git a/README.md b/README.md
index b4e87ce..fabe522 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@
 
 - The ```./include``` directory contains the real time kernel header files.
 
-- The ```./template_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
+- The ```./examples/template_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
 See the [FreeRTOSConfig.h](examples/template_configuration/FreeRTOSConfig.h) file for instructions.
 
 ### Code Formatting