diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 14:13:39 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 14:13:39 -0700 |
commit | fb022f5880cdbda3418cc5a5298246532d0f6d63 (patch) | |
tree | 61d3e206d6f8a9943d9b19528c8aa62f5f3dc814 | |
parent | cba53ec9f6f05af21b9c28dc57ad9f3bb8f614ef (diff) | |
download | teliva-fb022f5880cdbda3418cc5a5298246532d0f6d63.tar.gz |
.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 825c302..69d89bc 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,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'> -The idea is that no matter what app you run, you are always guaranteed access -to a hotkey (currently `ctrl-e`) to edit its sources. +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. <img alt='screenshot of Teliva editing the Towers of Hanoi' src='doc/hanoi-edit.png'> |