diff --git a/README.md b/README.md index 2a4cabc..41c5e0c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ src/teliva hanoi.tlv screenshot of Teliva running the Towers of Hanoi No matter what app you run, you are always guaranteed access to a single -obvious, consistent way (currently the hotkey `ctrl-e`) to inspect its +obvious, consistent way (currently the hotkey `ctrl-u`) to inspect its sources. When you look under the hood of an app, the first thing you see is a @@ -37,8 +37,8 @@ view of the app's code. screenshot of big-picture view for the Towers of Hanoi -Select a definition, make a change, hit `ctrl-e` again, and the app will run -with your updates. ([video](https://archive.org/details/akkartik-2021-11-14)) +Select a definition, make a change, hit `ctrl-x`, and the app will run with +your updates. ([video](https://archive.org/details/akkartik-2021-11-14)) You will need some Unix-like platform with a C compiler and the ncurses and openssl libraries. Some possible commands to install them, depending on your diff --git a/doc/hanoi-big-picture.png b/doc/hanoi-big-picture.png index be6e8a0..92b4f9c 100644 Binary files a/doc/hanoi-big-picture.png and b/doc/hanoi-big-picture.png differ diff --git a/doc/hanoi.png b/doc/hanoi.png index 7d47627..495036b 100644 Binary files a/doc/hanoi.png and b/doc/hanoi.png differ