diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-10-07 22:18:21 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-10-07 22:18:21 -0400 |
commit | d8b913da072770436831f9ed9a6d648c885666f4 (patch) | |
tree | 38ad6a6a831dec9f99933b88359c290c70243cc8 | |
parent | e99893656e9b646fbcb4c640a4cf122ff3b6a96b (diff) | |
download | Inveigh-d8b913da072770436831f9ed9a6d648c885666f4.tar.gz Inveigh-d8b913da072770436831f9ed9a6d648c885666f4.zip |
Typo fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Tested minimums are PowerShell 2.0 and .NET 3.5 # Usage Obtain an elevated administrator or SYSTEM shell and use a method to load the module -To import with Import-Method: +To import with Import-Module: Import-Module ./Inveigh.ps1 To import with dot source method: |