From c47f7c94fb7854353d0440417f1ae07e6cf9aef2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Nov 2025 22:39:44 +0100 Subject: [PATCH] README: improve the syntax --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1442164..40c9d8b 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,10 @@ and can run correctly the two complex scripts of its integration tests: The performance of this Rust implementation is now better than the GNU and FreeBSD implementations for most benchmarked cases. -Further work aims to -adjust buffering on terminal output to match current implementations, -implement more GNU extensions, and -improve performance where possible. - +Further work aims to: +* Adjust buffering on terminal output to match current implementations, +* Implement more GNU extensions, +* Improve performance where possible. ## Installation