Skip to content

Commit

Permalink
Fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Sep 2, 2024
1 parent 20dcaac commit 61159db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PwshSpectreConsole/public/images/Get-SpectreImage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Get-SpectreImage {
.EXAMPLE
# **Example 1**
# This example demonstrates how to display an image in the console.
Get-SpectreImage -ImagePath "..\..\..\PwshSpectreConsole\private\images\smiley.png" -MaxWidth 40
Get-SpectreImage -ImagePath ".\private\images\smiley.png" -MaxWidth 40
#>
[Reflection.AssemblyMetadata("title", "Get-SpectreImage")]
param (
Expand Down

0 comments on commit 61159db

Please sign in to comment.