aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-12-04 11:05:56 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-12-04 11:05:56 +0200
commit65125b43788ecfbbbbdd2a345f1f68d9bc72cbb9 (patch)
tree8e6b708184df324948c158e4298237fb8b6ac093
parent5d4b4ef80d8dc427b0e2803d50e439f76f06e17a (diff)
downloadfwd-65125b43788ecfbbbbdd2a345f1f68d9bc72cbb9.tar.gz
fwd-65125b43788ecfbbbbdd2a345f1f68d9bc72cbb9.zip
remove mention that there's only a `uniq` example
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e40e96..2e871e2 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,7 @@ as of yet unimplemented.
## Examples
-See `examples/`. Currently there's just `uniq.fwd`, which filters out non-unique
-lines from its `stdin`.
+See `examples/`.
## Current state