Skip to content

Commit 8eb7472

Browse files
Readme tweaks
1 parent 0116277 commit 8eb7472

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
@@ -6,7 +6,7 @@ AnyPackage.Chocolatey is an AnyPackage provider that facilitates installing Choc
66
Install-Module AnyPackage.Chocolatey -Force
77
```
88

9-
## Importing AnyPackage.Chocolatey
9+
## Import AnyPackage.Chocolatey
1010
```PowerShell
1111
Import-Module AnyPackage.Chocolatey
1212
```
@@ -39,7 +39,7 @@ Get-Package keepass-plugin-winhello | Uninstall-Package
3939

4040
### Manage package sources
4141
```PowerShell
42-
Register-PackageSource privateRepo -Location 'https://somewhere/out/there/api/v2/'
42+
Register-PackageSource privateRepo -Provider Chocolatey -Location 'https://somewhere/out/there/api/v2/'
4343
Find-Package nodejs -Source privateRepo | Install-Package
4444
Unregister-PackageSource privateRepo
4545
```

0 commit comments

Comments
 (0)