diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-26 20:14:06 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-26 20:14:06 -0700 |
commit | b8682e73495856e3a0759e9fb1ff60448caffbb1 (patch) | |
tree | dfad3a52d1ac0219b09e2c00faf1e392b4d2f304 | |
parent | a060a4dc3060441e7a5a1c9df1b985f3768b0c23 (diff) | |
download | mu-b8682e73495856e3a0759e9fb1ff60448caffbb1.tar.gz |
6865
-rw-r--r-- | apps/README.md | 2 | ||||
-rw-r--r-- | apps/tile/README.md | 4 |
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 [“stop drawing dead fish”](http://worrydream.com/#!/StopDrawingDeadFish). + +<img alt='screenshot' src='../../html/rpn5.png' width='500px'> + To run: ``` |