diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-12-04 11:05:56 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-12-04 11:05:56 +0200 |
commit | 65125b43788ecfbbbbdd2a345f1f68d9bc72cbb9 (patch) | |
tree | 8e6b708184df324948c158e4298237fb8b6ac093 | |
parent | 5d4b4ef80d8dc427b0e2803d50e439f76f06e17a (diff) | |
download | fwd-65125b43788ecfbbbbdd2a345f1f68d9bc72cbb9.tar.gz fwd-65125b43788ecfbbbbdd2a345f1f68d9bc72cbb9.zip |
remove mention that there's only a `uniq` example
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |