about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-30 21:16:03 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-30 21:16:03 -0800
commitfe0c9163cb79182e31537862ad7ef0452cdc1e53 (patch)
tree0e8173ec535ef311001f7e66dcfbbf25dcc0d1f2 /Readme.md
parent95f0addbc54647226f79482ed64f322022b7356d (diff)
downloadmu-fe0c9163cb79182e31537862ad7ef0452cdc1e53.tar.gz
4173
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 5469364c..798c9742 100644
--- a/Readme.md
+++ b/Readme.md
@@ -376,8 +376,8 @@ to browse. To add to the trace, use `stash`. For example:
   stash [first ingredient is], x
   ```
 
-Invaluable for understanding complex control flow without cluttering up the
-screen.
+Invaluable at times for understanding program behavior, but it won't clutter
+up your screen by default.
 
 ---