From c2c930e61e2528e45a3e98114a22e294a8cabab1 Mon Sep 17 00:00:00 2001 From: Tim Ansell Date: Tue, 28 Apr 2020 17:35:31 -0700 Subject: [PATCH] Remove extra backtick Signed-off-by: Tim 'mithro' Ansell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014259d..ebd4b6d 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The `Makefile` currently supports the following FPGA boards by defining the `ECP For example, to build for the Evaluation Board, run: ```sh -make ECP5_BOARD=evn synth` +make ECP5_BOARD=evn synth ``` and to program the FPGA: