Skip to content

Commit ec9a97a

Browse files
🩹 [Patch]: Clarify PowerShell syntax usage in README.md for calling functions under specific modules
1 parent 15894da commit ec9a97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The `Script` supports the following formats:
8888
> when you nest actions inside one another. The context syntax will be expanded to the correct path at runtime.
8989

9090
> [!WARNING]
91-
> Using `tests\info.ps1` is PowerShells syntax for calling a function under a specific module.
91+
> Using `tests\info.ps1` is PowerShell syntax for calling a function under a specific module, i.e. `Microsoft.PowerShell.Management\Get-ChildItem`.
9292

9393
#### Example 2: Run a GitHub PowerShell script without a token
9494

0 commit comments

Comments
 (0)