aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6012a9f..1886dba 100644
--- a/README.md
+++ b/README.md
@@ -55,9 +55,9 @@ context. See examples for usage.
cc -Iinclude your_app.c lib/libGL.a -lm -o your_app
```
-The `examples/` (`cube`, `rave`) contain runnable programs. Buidl and run
-as the user with permissions to `/dev/verite3d`, point `VERITE_UCODE`
-evironment variable at the `v2000gl.uc` 3D microcode.
+The `examples/` contain runnable programs. Build
+and run as the user with permissions to `/dev/verite3d`, point `VERITE_UCODE`
+environment variable at the `v2000gl.uc` 3D microcode.
If the `/dev/verite3d` does not exist on your system, despite running a
kernel with `veritefb(4)` driver loaded, create it using `MAKEDEV`.