about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-26 20:07:58 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-26 20:07:58 -0700
commita060a4dc3060441e7a5a1c9df1b985f3768b0c23 (patch)
tree989dddc5449a8150e9d571bec44acb26b7d7a098
parent70dba10a6c99c28bb76ee6aa58fccbd2244dbc14 (diff)
downloadmu-a060a4dc3060441e7a5a1c9df1b985f3768b0c23.tar.gz
6864
-rw-r--r--apps/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/README.md b/apps/README.md
index 9c48037a..34f32673 100644
--- a/apps/README.md
+++ b/apps/README.md
@@ -1,10 +1,12 @@
 Some apps written in SubX and Mu. Check out:
 
-* `tile`: [A postfix calculator](https://mastodon.social/@akkartik/104896128141863951)
+* `tile`: [A text-mode postfix calculator](https://mastodon.social/@akkartik/104896128141863951)
   that updates as you type.
 
 <img alt='tile app' src='../html/rpn5.png'>
 
+* `browse`: [A text-mode browser for a tiny subset of Markdown](https://mastodon.social/@akkartik/104845344081779025).
+
 * `ex*`: small stand-alone examples that don't need any of the shared code at
   the top-level. They each have a simple pedagogical goal. Try these first.