aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e35440b..8cfc05d 100644
--- a/README.md
+++ b/README.md
@@ -147,9 +147,10 @@ There are currently
* [`<varg.h>`](../tree/cppawk-varg.1): utilities for working with
variadic functions in Awk, as well as with optional arguments.
-Several unreleased headers are in the development queue:
+* [`<field.h>`](../tree/cppawk-field.1): utilities for manipulating
+ the Awk positional parameters ("fields").
-* `<field.h>`: utilities for manipulating fields.
+Several unreleased headers are in the development queue:
* `<array.h>`: some associative array utilities.