aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-09 15:34:53 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-09 15:34:53 -0400
commit0779052876689700d8df8e62ba66ef791dc841fa (patch)
treec4ca2148706e38870915d7ef848412f96612219c /examples
parent48f40f4e2dceaccdadfcd2b161e56d4774c41711 (diff)
Move to example programs
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md2
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.