From cb97317671241045cdfdf0c249af855388757c28 Mon Sep 17 00:00:00 2001 From: Alan Garfield Date: Mon, 12 Feb 2018 08:29:43 +1100 Subject: [PATCH] Update board readme --- boards/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/README.md b/boards/README.md index 58f7304..eeb619f 100644 --- a/boards/README.md +++ b/boards/README.md @@ -2,7 +2,7 @@ The directory structure for board should follow the following convention: -/boards/[target_board_name]/[build_env] +`/boards/[target_board_name]/[build_env]` ### target_board_name Choose a target/board name that uniquely identifies the board, including required extension boards. For example: UPDuino_v1 or Terasic_DE0 @@ -15,4 +15,4 @@ Choose a build_env name that uniquely identifies the development environment, su ### README.md For each project, a README.md file should be present describing the hardware setup, the build environment and, if needed, the pinout used. Also include contact information of the maintainer. -Photos are a plus. \ No newline at end of file +Photos are a plus.