about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-03-14 17:23:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-03-14 17:23:38 -0700
commit6f5f6849dd1550f0ae91c32cc442b6f0b518b8ea (patch)
tree7381b496876fad57e6864607efad32cd70b7b525 /README.md
parentbabaa235b1599b010c07d2e2b23906cb0976cabd (diff)
downloadteliva-6f5f6849dd1550f0ae91c32cc442b6f0b518b8ea.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index f84226d..f341181 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ Teliva's codebase also includes forks of the following reputable brands:
 * The [luasec](https://github.com/brunoos/luasec) library for HTTPS support
   (modules `https` and `ssl`).
 * The [json.lua](https://github.com/rxi/json.lua) library for
-  serializing/deserializing to JSON (module `json`).
+  serializing/deserializing to JSON (modules `json` and `jsonf`).
 
 I only add to this list with great deliberation. Since it includes indirect
 suppliers (suppliers of suppliers), I have an incentive to only include
@@ -145,6 +145,9 @@ suppliers who also have shallow supply chains. Minimizing the size of the
 supply chain should result in more reliable software that requires less
 frequent upgrades.
 
+(Look in [the manual](https://akkartik.github.io/teliva/doc/manual.html) for
+more details of what's available.)
+
 ## Why Lua?
 
 It's reputedly the fastest interpreted language per line of implementation