From eeb47f9f209e6c3e6d91efebcdc38a3c09bd4fc0 Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Wed, 27 Sep 2023 18:00:00 -0700 Subject: [PATCH] fixed a type and added a link to the sample readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80f405a36..a9a07040a 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,8 @@ See the readme file in the ```./portable``` directory for more information. - The ```./include``` directory contains the real time kernel header files. -- The ```./sample_configuration``` directory contains sample a `FreeRTOSConfig.h` to help jumpstart a new project. -See the `FreeRTOSConfig.h` file for instructions. +- The ```./sample_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project. +See the [FreeRTOSConfig.h](sample_configuration/FreeRTOSConfig.h) file for instructions. ### Code Formatting