about summary refs log tree commit diff stats
path: root/linux/tile/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-08 21:24:45 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-08 21:24:45 -0800
commit6508ab51ccd6a41d6d1da3502359e80611d8bda3 (patch)
treeb9f2f2dbe8f83b6858312a9134c1d37a2cf921c6 /linux/tile/README.md
parentfe72699390d8c1c04d6291c3853db2448ff75e32 (diff)
downloadmu-6508ab51ccd6a41d6d1da3502359e80611d8bda3.tar.gz
.
Diffstat (limited to 'linux/tile/README.md')
-rw-r--r--linux/tile/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/tile/README.md b/linux/tile/README.md
index 602b1466..e8b96d09 100644
--- a/linux/tile/README.md
+++ b/linux/tile/README.md
@@ -24,8 +24,7 @@ $ ./a.elf type
 
 ## hacking
 
-Unlike the top-level directory, this is just a prototype so far. There are no
-tests.
+This is just a prototype. There are no tests.
 
 To add a new primitive you'll need to hard-code it into the `evaluate`
 function (apps/tile/rpn.mu).