fix(README): correct import statement
This commit is contained in:
parent
7d371b6dbe
commit
498a77fe25
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ PS> git clone git@bitbucket.org:victorykit/psconfluencepublisher.git
|
||||||
|
|
||||||
```
|
```
|
||||||
PS> # universal import statement compatible with PowerShell Core & Desktop
|
PS> # universal import statement compatible with PowerShell Core & Desktop
|
||||||
PS> Import-Module "src/PSConfluencePublisher.psd1"
|
PS> Import-Module "src/victorykit.PSConfluencePublisher.psd1"
|
||||||
```
|
```
|
||||||
|
|
||||||
An implementation reference is provided through `samples/default`.
|
An implementation reference is provided through `samples/default`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue