diff --git a/README.md b/README.md index 7263e6e..62fb243 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,15 @@ Update-Module SnipeitPS # To use each session: Import-Module SnipeitPS -Set-Info -URL 'https://asset.example.com' -apiKey 'tokenKey' +Set-SnipeItInfo -URL 'https://asset.example.com' -apiKey 'tokenKey' ``` ### Usage ```powershell # Review the help at any time! -Get-Help about_SnipeitPS Get-Command -Module SnipeitPS -Get-Help Get-Asset -Full # or any other command +Get-Help Get-SnipeItAsset -Full # or any other command ``` ### Reporting bugs and issues Please use -Verbose switch with command you have problem with. diff --git a/SnipeitPS/SnipeItPS.psd1 b/SnipeitPS/SnipeItPS.psd1 index ac66eb1..d19eb0b 100644 --- a/SnipeitPS/SnipeItPS.psd1 +++ b/SnipeitPS/SnipeItPS.psd1 @@ -12,7 +12,7 @@ RootModule = 'SnipeItPS' # Version number of this module. -ModuleVersion = '1.4' +ModuleVersion = '1.5' # Supported PSEditions # CompatiblePSEditions = @()