From c61592052df2ed0771fe74b229cb96c3e78b2413 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Sat, 1 Feb 2025 21:59:58 +0200 Subject: [PATCH] Add link to POSIX standard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c426a..920f6e6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # sed -Rust reimplementation of the sed project +Rust reimplementation of the [sed utility](https://pubs.opengroup.org/onlinepubs/9799919799/). ## Installation