aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c57e1df..1dc1ede 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ zig build -Dplatform=<PLATFORM>
```
Replace `<PLATFORM>` with the platform you want to build for.
-Support options include `qemu` and `lpi4a`.
+Supported options include `qemu` and `lpi4a`.
See the `src/lib/cfg/platform` directory for the full list.
You can also use any other Zig build mode, e.g. `--release=fast`.