From 8c03b6f404b3d7fb81493354e1690680a96a0f73 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:47:10 +0200 Subject: [PATCH] Typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index aa581d4a..c47c7f1a 100644 --- a/Readme.md +++ b/Readme.md @@ -215,7 +215,7 @@ var cmd = Cli.Wrap("git") ``` > **Warning**: -> Unless you absolutely have to, avoid setting command line arguments directly from a string. +> Unless you absolutely have to, avoid setting command-line arguments directly from a string. > This method expects all arguments to be correctly escaped and formatted ahead of time — which can be cumbersome to do yourself. > Formatting errors may result in unexpected bugs and security vulnerabilities.