diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-09 15:34:53 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-09 15:34:53 -0400 |
| commit | 0779052876689700d8df8e62ba66ef791dc841fa (patch) | |
| tree | c4ca2148706e38870915d7ef848412f96612219c /examples/README.md | |
| parent | 48f40f4e2dceaccdadfcd2b161e56d4774c41711 (diff) | |
Move to example programs
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. |
