Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 13, 2019
1 parent d59c59f commit 74d6878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Unit/Stubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ New-StubModule -FromModule 'ADDSDeployment' -Path $destinationFolder -FunctionBo
```

Some types that is referenced by the code is not automatically create with
the cmdlet `New-StubModule`. These classes should be copied into the ActiveDirectory
stub module that was generated above, inside the namespace
`Microsoft.ActiveDirectory.Management`.
the cmdlet `New-StubModule`. Run the following, then the stub classes that
are outputted should be copied into the ActiveDirectory stub module that
was generated above, inside the namespace `Microsoft.ActiveDirectory.Management`.

```powershell
Import-Module ActiveDirectory
Expand Down

0 comments on commit 74d6878

Please sign in to comment.