Skip to content

Commit 45d6d54

Browse files
authored
Fix typo (#12)
1 parent 2b007aa commit 45d6d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ Get-Package
5555

5656
```powershell
5757
# MSI Files
58-
Get-Package -Provider Msi -InstallerType Product
58+
Get-Package -Provider Msi -InstallType Product
5959
6060
# MSP Files
61-
Get-Package -Provider Msi -InstallerType Patch
61+
Get-Package -Provider Msi -InstallType Patch
6262
```
6363

6464
### Uninstall packages

0 commit comments

Comments
 (0)