Skip to content

Commit 6a162a4

Browse files
committed
Reflect URL change in readme and manifest
1 parent d820b2b commit 6a162a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PSServiceNow.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ FunctionsToExport = '*'
8383
# PrivateData = ''
8484

8585
# HelpInfo URI of this module
86-
# HelpInfoURI = 'https://github.com/Toukakoukan/servicenow-powershell'
86+
# HelpInfoURI = 'https://github.com/Sam-Martin/servicenow-powershell'
8787

8888
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
8989
# DefaultCommandPrefix = ''

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# PSServiceNow
2-
[![GitHub release](https://img.shields.io/github/release/Toukakoukan/servicenow-powershell.svg)](https://github.com/Toukakoukan/servicenow-powershell/releases/latest) [![GitHub license](https://img.shields.io/github/license/Toukakoukan/servicenow-powershell.svg)](LICENSE) ![Test Coverage](https://img.shields.io/badge/coverage-86%25-yellowgreen.svg)
2+
[![GitHub release](https://img.shields.io/github/release/Sam-Martin/servicenow-powershell.svg)](https://github.com/Sam-Martin/servicenow-powershell/releases/latest) [![GitHub license](https://img.shields.io/github/license/Sam-Martin/servicenow-powershell.svg)](LICENSE) ![Test Coverage](https://img.shields.io/badge/coverage-86%25-yellowgreen.svg)
33
This PowerShell module provides a series of cmdlets for interacting with the [ServiceNow REST API](http://wiki.servicenow.com/index.php?title=REST_API), performed by wrapping `Invoke-RestMethod` for the API calls.
44
**IMPORTANT:** Neither this module, nor its creator are in any way affiliated with ServiceNow.
55

66
## Requirements
77
Requires PowerShell 3.0 or above as this is when `Invoke-RestMethod` was introduced.
88

99
## Usage
10-
Download the [latest release](https://github.com/Toukakoukan/servicenow-powershell/releases/latest) and extract the .psm1 and .psd1 files to your PowerShell profile directory (i.e. the `Modules` directory under wherever `$profile` points to in your PS console) and run:
10+
Download the [latest release](https://github.com/Sam-Martin/servicenow-powershell/releases/latest) and extract the .psm1 and .psd1 files to your PowerShell profile directory (i.e. the `Modules` directory under wherever `$profile` points to in your PS console) and run:
1111
`Import-Module PSServiceNow`
1212
Once you've done this, all the cmdlets will be at your disposal, you can see a full list using `Get-Command -Module PSServiceNow`.
1313

0 commit comments

Comments
 (0)