about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-26 20:14:06 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-26 20:14:06 -0700
commitb8682e73495856e3a0759e9fb1ff60448caffbb1 (patch)
treedfad3a52d1ac0219b09e2c00faf1e392b4d2f304 /apps
parenta060a4dc3060441e7a5a1c9df1b985f3768b0c23 (diff)
downloadmu-b8682e73495856e3a0759e9fb1ff60448caffbb1.tar.gz
6865
Diffstat (limited to 'apps')
-rw-r--r--apps/README.md2
-rw-r--r--apps/tile/README.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/README.md b/apps/README.md
index 34f32673..0c26aa32 100644
--- a/apps/README.md
+++ b/apps/README.md
@@ -3,7 +3,7 @@ Some apps written in SubX and Mu. Check out:
 * `tile`: [A text-mode postfix calculator](https://mastodon.social/@akkartik/104896128141863951)
   that updates as you type.
 
-<img alt='tile app' src='../html/rpn5.png'>
+  <img alt='tile app' src='../html/rpn5.png' width='500px'>
 
 * `browse`: [A text-mode browser for a tiny subset of Markdown](https://mastodon.social/@akkartik/104845344081779025).
 
diff --git a/apps/tile/README.md b/apps/tile/README.md
index 0f9bdc9a..48fd20ee 100644
--- a/apps/tile/README.md
+++ b/apps/tile/README.md
@@ -1,3 +1,7 @@
+A programming environment that tries to [&ldquo;stop drawing dead fish&rdquo;](http://worrydream.com/#!/StopDrawingDeadFish).
+
+<img alt='screenshot' src='../../html/rpn5.png' width='500px'>
+
 To run:
 
 ```