Skip to content

Commit 7a58768

Browse files
authored
Update Readme.md
1 parent 829fce2 commit 7a58768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Get-ServiceNowRecord -Table incident -Description 'powershell'
7070
### Update a Ticket
7171

7272
```PowerShell
73-
Get-ServiceNowRecord -First 1 -Description 'powershell' | Update-ServiceNowRecord -InputData @{comments='Updated via PowerShell'}
73+
Get-ServiceNowRecord inc0010002 | Update-ServiceNowRecord -InputData @{comments='Updated via PowerShell'}
7474
```
7575

7676
### Creating an Incident with custom table entries

0 commit comments

Comments
 (0)