about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-07 22:32:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-07 22:32:06 -0800
commit0d16c7c690c0608630082a0470c500d9b3f25f8a (patch)
treebb14e4ec6ccfe5c0d42b08f94ff98aa73bd51a22 /README.md
parent6d2dce51dbfcbb7c3cde47ff00272d06c18e272f (diff)
downloadteliva-0d16c7c690c0608630082a0470c500d9b3f25f8a.tar.gz
more Readme polish
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5de45aa..2a4cabc 100644
--- a/README.md
+++ b/README.md
@@ -190,11 +190,14 @@ libraries. However, a few things are different from conventional Lua:
 * Some functions in lcurses have [additional smarts](https://github.com/lcurses/lcurses/blob/master/lib/curses.lua).
   Teliva is [consistent with the underlying ncurses](https://github.com/akkartik/teliva/blob/main/src/lcurses/curses.lua).
 
-While most things in these modules are currently available, I expect to delete
-capabilities throughout this stack as I discover features that don't fit well
-with the Teliva experience. If you find Teliva of use, please [introduce yourself](http://akkartik.name/contact)
-to me so that I am aware of your use cases. Anybody who is interested can gain
-a say in its future direction.
+[The manual in this repo](doc/manual.html) is up to date; use it rather than
+the standard Lua one.
+
+I expect to delete more capabilities throughout this stack as I discover
+features that don't fit well with the Teliva experience. If you find Teliva of
+use, please [introduce yourself](http://akkartik.name/contact) to me so that I
+am aware of your use cases. Anybody who is interested can gain a say in its
+future direction.
 
 ## What's with the name?