Skip to content

Commit 5809eba

Browse files
Address Copilot README review
1 parent d5578af commit 5809eba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Install-PSResource -Name Hashtable
1111
Import-Module -Name Hashtable
1212
```
1313

14+
If your environment still uses PowerShellGet, install the module with `Install-Module -Name Hashtable` instead.
15+
1416
## Documentation
1517

1618
Documentation is published at [psmodule.io/Hashtable](https://psmodule.io/Hashtable/).
@@ -19,7 +21,7 @@ Use PowerShell help and command discovery for module details:
1921

2022
```powershell
2123
Get-Command -Module Hashtable
22-
Get-Help <CommandName> -Examples
24+
Get-Help 'CommandName' -Examples
2325
```
2426

2527
## Contributing

0 commit comments

Comments
 (0)