Skip to content

Commit cdf4ead

Browse files
authored
Update Convert-ImageToHtml.ps1
1 parent ca82c97 commit cdf4ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Convert-ImageToHtml.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function Convert-ImageToHtml
1717
.EXAMPLE
1818
Convert a directory of images to HTML IMG tags, display the code, and write them to html files.
1919
PS C:\> Get-ChildItem *.png | select fullname | Convert-ImageToHtml -Verbose -MakeHtml
20-
.NOTES
21-
Author: Scott Sutherland (@_nullbind)
20+
.NOTES
21+
Author: Scott Sutherland (@_nullbind)
2222
#>
2323

2424
[CmdletBinding()]

0 commit comments

Comments
 (0)