From d91262e85cc07954e382e6f0e368949af8490f70 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 12 Feb 2021 15:04:08 +0100 Subject: [PATCH] software/demo: Drop bogus "the" in README Fixes: e7e28f2438c2b933 ("Change wording of demo README") Signed-off-by: Geert Uytterhoeven --- litex/soc/software/demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/software/demo/README.md b/litex/soc/software/demo/README.md index 7b0c1960f..d2760a665 100644 --- a/litex/soc/software/demo/README.md +++ b/litex/soc/software/demo/README.md @@ -6,7 +6,7 @@ This directory provides a minimal bare metal demo app that demonstrates how to e [> Build -------- -Imagine you just built the Arty example design from LiteX-Boards. Build the demo app as follows; where the build path is the path to the your previously built Arty build directory: +Imagine you just built the Arty example design from LiteX-Boards. Build the demo app as follows; where the build path is the path to your previously built Arty build directory: ``` litex_bare_metal_demo --build-path=build/arty/ ```