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 065d5b4 commit f6d8553Copy full SHA for f6d8553
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# PSCustomObject
2
3
-PSCustomObject is a PowerShell module for missing PSCustomObject helper functions.
+PSCustomObject is a PowerShell module that provides helper functions for working with PSCustomObject values.
4
5
## Installation
6
@@ -19,7 +19,7 @@ Use PowerShell help and command discovery for module details:
19
20
```powershell
21
Get-Command -Module PSCustomObject
22
-Get-Help <CommandName> -Examples
+Get-Help Compare-PSCustomObject -Examples
23
```
24
25
## Contributing
0 commit comments