diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 14:44:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 14:44:07 -0700 |
commit | 19472f7e656aac33b37d801571a7a84ec29246d3 (patch) | |
tree | 5f85a9d4ab00b0715668be2eac0fc4c559b21880 | |
parent | 62ecf178707fd009653061a47bbb42dc1336b5b7 (diff) | |
download | teliva-19472f7e656aac33b37d801571a7a84ec29246d3.tar.gz |
.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 69d89bc..dee055b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Here's an example app (the [Tower of Hanoi](https://en.wikipedia.org/wiki/Tower_ <img alt='screenshot of Teliva running the Towers of Hanoi' src='doc/hanoi.png'> No matter what app you run, you are always guaranteed access to a single -consistent way (currently the hotkey `ctrl-e`) to edit its sources. +obvious, consistent way (currently the hotkey `ctrl-e`) to edit its sources. +And to run the updates after editing. <img alt='screenshot of Teliva editing the Towers of Hanoi' src='doc/hanoi-edit.png'> |