We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5578af commit 5809ebaCopy full SHA for 5809eba
1 file changed
README.md
@@ -11,6 +11,8 @@ Install-PSResource -Name Hashtable
11
Import-Module -Name Hashtable
12
```
13
14
+If your environment still uses PowerShellGet, install the module with `Install-Module -Name Hashtable` instead.
15
+
16
## Documentation
17
18
Documentation is published at [psmodule.io/Hashtable](https://psmodule.io/Hashtable/).
@@ -19,7 +21,7 @@ Use PowerShell help and command discovery for module details:
19
21
20
22
```powershell
23
Get-Command -Module Hashtable
-Get-Help <CommandName> -Examples
24
+Get-Help 'CommandName' -Examples
25
26
27
## Contributing
0 commit comments