software/demo: Drop bogus "the" in README

Fixes: e7e28f2438 ("Change wording of demo README")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven 2021-02-12 15:04:08 +01:00
parent 0366a03c87
commit d91262e85c
1 changed files with 1 additions and 1 deletions

View File

@ -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/
```