diff options
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 1819f9e4..38dc974b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,6 +10,7 @@ This folder contains some example programs and libraries. - [http-server](http-server/): A multithreaded HTTP server. - [tomodeps](tomodeps/): A library for finding Tomo dependencies. - [tomo-install](tomo-install/): A library for installing Tomo dependencies. +- [wrap](wrap/): A command-line program to wrap text. ## Example Libraries @@ -20,4 +21,3 @@ Libraries can be installed with `tomo -IL ./library-folder` - [ini](ini/): An INI configuration file reader tool. - [log](log/): A logging utility. - [vectors](vectors/): A math vector library. -- [wrap](wrap/): A command-line program to wrap text. |
