fix(README): correct import statement

This commit is contained in:
Rodweil, Theodor 2023-08-15 19:03:24 +02:00
parent 7d371b6dbe
commit 498a77fe25
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5

View file

@ -48,7 +48,7 @@ PS> git clone git@bitbucket.org:victorykit/psconfluencepublisher.git
```
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`.