Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 91762f5

Browse files
glennsartijianyunt
authored andcommitted
Update DynamicSample example documentation (#126)
The DynamicSample example documentation incorrectly loads the wrong module script file, and therefore the `New-PSDrive` command will fail. This commit changes the example to use the correct text.
1 parent 19b466b commit 91762f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/DynamicParameter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ See the [DynamicParameterSample module][ds].
3030

3131
```powershell
3232
Import-Module SHiPS
33-
Import-Module .\samples\DynamicParameterSample
33+
Import-Module .\samples\DynamicParameter
3434
35-
new-psdrive -name n -psprovider SHiPS -root DynamicParameterSample#Nature
35+
new-psdrive -name n -psprovider SHiPS -root DynamicParameter#Nature
3636
cd n:
3737
dir
3838

0 commit comments

Comments
 (0)