diff --git a/README.md b/README.md index a9d5362a04..f53741b0a3 100644 --- a/README.md +++ b/README.md @@ -1136,11 +1136,11 @@ Note that PowerShell does not handle positional arguments in the same way as other shells, so turning on positional arguments will likely break recipes that use PowerShell. -If using PowerShell 7.4 or better, the `-cwa` flag will make positional -arguments work as expected: +If using PowerShell 7.4 or better, the `-CommandWithArgs` flag will make +positional arguments work as expected: ```just -set shell := ['powershell.exe', '-cwa'] +set shell := ['pwsh.exe', '-CommandWithArgs'] ``` #### Shell