diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-30 21:16:03 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-30 21:16:03 -0800 |
commit | fe0c9163cb79182e31537862ad7ef0452cdc1e53 (patch) | |
tree | 0e8173ec535ef311001f7e66dcfbbf25dcc0d1f2 | |
parent | 95f0addbc54647226f79482ed64f322022b7356d (diff) | |
download | mu-fe0c9163cb79182e31537862ad7ef0452cdc1e53.tar.gz |
4173
-rw-r--r-- | Readme.md | 4 |
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. --- |