Skip to content

Commit 1b5fb79

Browse files
Address Copilot README review
1 parent ed856e4 commit 1b5fb79

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ DynamicParams is a PowerShell module that makes it easier to build dynamic param
66

77
Install the module from the PowerShell Gallery:
88

9+
```powershell
10+
Install-Module -Name DynamicParams
11+
```
12+
13+
Or with PSResourceGet:
14+
915
```powershell
1016
Install-PSResource -Name DynamicParams
1117
Import-Module -Name DynamicParams

0 commit comments

Comments
 (0)