Skip to content

Commit 8a29c7f

Browse files
authored
Fix markdown for example in USAGE.md (#299)
1 parent 28c4336 commit 8a29c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,8 @@ Remove-GitHubReleaseAsset -OwnerName PowerShell -RepositoryName PowerShell -Asse
10161016
or with pipelining...
10171017

10181018
```powershell
1019-
$asset | Remove-GitHubReleaseAsset -force
1019+
$asset | Remove-GitHubReleaseAsset -Force
1020+
```
10201021

10211022
----------
10221023

@@ -1202,4 +1203,3 @@ $issue | New-GitHubIssueComment -Body $CommentBody
12021203
# Close issue
12031204
$issue | Set-GitHubIssue -State Closed
12041205
```
1205-

0 commit comments

Comments
 (0)