Skip to content

Commit f6d8553

Browse files
Address Copilot README review
1 parent 065d5b4 commit f6d8553

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PSCustomObject
22

3-
PSCustomObject is a PowerShell module for missing PSCustomObject helper functions.
3+
PSCustomObject is a PowerShell module that provides helper functions for working with PSCustomObject values.
44

55
## Installation
66

@@ -19,7 +19,7 @@ Use PowerShell help and command discovery for module details:
1919

2020
```powershell
2121
Get-Command -Module PSCustomObject
22-
Get-Help <CommandName> -Examples
22+
Get-Help Compare-PSCustomObject -Examples
2323
```
2424

2525
## Contributing

0 commit comments

Comments
 (0)