about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-17 22:56:18 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-17 22:56:18 -0700
commit7fe1e2434911d682f9ac5358c8cabbaab7964084 (patch)
tree5cc033536d8587402bddf5895fee40cb0fcb39cf /subx
parent2a13be5fd73877cc73c0c50ccd3ab7fadb41a682 (diff)
downloadmu-7fe1e2434911d682f9ac5358c8cabbaab7964084.tar.gz
5414
Diffstat (limited to 'subx')
-rw-r--r--subx/Readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 8aaa528f..171e04b5 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -338,13 +338,13 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
 ## Roadmap and status
 
 * Bootstrapping a SubX-\>ELF translator in SubX
-  - examples/ex1 ✓
-  - examples/ex2 ✓
+  ✓ examples/ex1
+  ✓ examples/ex2
   - examples/ex3
-  - examples/ex4 ✓
+  ✓ examples/ex4
   - examples/ex5
   - examples/ex6
-  - examples/ex7 ✓
+  ✓ examples/ex7
   - examples/ex8
   - examples/ex9
   - examples/ex10