From 1cfda0033cd9ae9e2e4d13f3ef4e6bc82aa7dfaf Mon Sep 17 00:00:00 2001 From: Nikolay Pronchev Date: Wed, 18 Sep 2024 08:05:02 +0000 Subject: [PATCH] Simplify README description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57aa994..8f84665 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sh args parser -This is POSIX-compliant code for parsing shell script arguments. It helps you focus on writing the script logic by separating argument parsing and basic validation. +This is POSIX-compliant parser for script arguments. It helps you focus on writing the script logic by separating argument parsing and basic validation. ## Contents