devblackops / building-powershell-modules-feedback

Feedback on the PowerShell Module Development book
6 stars 1 forks source link

Grammatical error: #21

Closed Dev-Larks closed 4 years ago

Dev-Larks commented 4 years ago

Description

Name of the module you are demonstrating is different in the command versus the PowerShell output shown below

Import-Module C:/code/AcmeModule -Verbose

Chapter/section/subsection

Recommended fix

Import-Module C:/code/AcmeEmployee -Verbose

devblackops commented 4 years ago

Thanks!