about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-14 12:19:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-14 12:19:06 -0800
commit98462567388142b5f54f874ba9bee997e46f019e (patch)
tree6f1d7259699578cbd1c9e9c16a0cebfc10d52966 /README.md
parent015d065bf250c90b28597a8e2c190e1ff89c480d (diff)
downloadteliva-98462567388142b5f54f874ba9bee997e46f019e.tar.gz
drop mentions of the old .teliva extension
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0e6167d..6ca647c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ apps with all the stuff needed to edit and build them.
 git clone https://github.com/akkartik/teliva
 cd teliva
 make linux
-src/teliva hanoi.teliva
+src/teliva hanoi.tlv
 ```
 
 Here's an example app (the [Tower of Hanoi](https://en.wikipedia.org/wiki/Tower_of_Hanoi)):
@@ -62,8 +62,7 @@ them in Teliva and let people use regular Lua. Or other platforms!
 
 - Teliva initializes the ncurses library by default, so apps should assume
   they have access to a text-mode window for printing text to, and a keyboard
-  for reading unbuffered keystrokes from. Compare `hanoi.teliva` with
-  `hanoi.lua` to get a sense for what changes are needed.
+  for reading unbuffered keystrokes from.
 
 - I want to provide sandboxed access to system resources (file system,
   network, etc.) which will likely create incompatibilities with the standard