diff options
-rw-r--r-- | PETools/PETools.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PETools/PETools.psd1 b/PETools/PETools.psd1 index 7f4d7c6..ef3db56 100644 --- a/PETools/PETools.psd1 +++ b/PETools/PETools.psd1 @@ -74,7 +74,7 @@ ModuleList = @(@{ModuleName = 'PETools'; ModuleVersion = '1.0.0.0'; GUID = 'd150 # List of all files packaged with this module
FileList = 'PETools.psm1', 'PETools.psd1', 'PETools.format.ps1xml', 'Get-DllLoadPath.ps1',
- 'Get-PEArchitecture.ps1', 'Get-PEHeader.ps1', 'Usage.txt'
+ 'Get-PEArchitecture.ps1', 'Get-PEHeader.ps1', 'Usage.md'
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|