diff --git a/README.md b/README.md
index 0cd0f3e..9430293 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@
./pxl8.sh build # Build framework
./pxl8.sh run # Run demo
./pxl8.sh run --repl # Run demo w/ repl
-```
-**Note** These functions can also take an optional cart file or project directory:
-```bash
+
+# Optionally take a game cart file or project directory.
+./pxl8.sh build
./pxl8.sh run
```