summaryrefslogtreecommitdiff
path: root/doc/usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/usage.md')
-rwxr-xr-xdoc/usage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage.md b/doc/usage.md
index 0cc9632..a008409 100755
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -8,7 +8,7 @@ This tool consists of two programs, `tangle` and `weave`, both of which accept a
## Usage
-These programs are intended to be intermediary text processing functions, used as components within build automation routines or shell scripts. The build processes for this tool itself, `build.sh` and `gen-freestanding.sh`, serve as example use cases.
+These programs are intended to be intermediary text processing functions, used as components within build automation routines or shell scripts. The build processes for this tool itself, `build.sh` and `gen-docs.sh`, serve as example use cases.
# Dependencies
@@ -78,7 +78,7 @@ The format strings may contain the following control sequences:
# Literate Source Code
-The source code of this tool is rendered as a set of literate program documents, listed below. Additionally, freestanding versions of these documents exist in the `doc/freestanding` source directory for offline use.
+The source code of this tool is rendered as a set of literate program documents, listed below.
- [data.lp](/software/literary/data.html)
- [log.lp](/software/literary/log.html)