Skip to content

Commit

Permalink
Fix other image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Sep 2, 2024
1 parent 31afefc commit 07148d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ function Get-SpectreImageExperimental {
.EXAMPLE
# **Example 1**
# This example demonstrates how to display an animated image in the console that loops 4 times.
Get-SpectreImageExperimental -ImagePath "..\..\..\PwshSpectreConsole\private\images\harveyspecter.gif" -LoopCount 4 -Width 82
Get-SpectreImageExperimental -ImagePath ".\private\images\harveyspecter.gif" -LoopCount 4 -Width 82
.EXAMPLE
# **Example 2**
# This example demonstrates how to display a static image in the console.
Get-SpectreImageExperimental -ImagePath "..\..\..\PwshSpectreConsole\private\images\smiley.png" -Width 80
Get-SpectreImageExperimental -ImagePath ".\private\images\smiley.png" -Width 80
#>
[Reflection.AssemblyMetadata("title", "Get-SpectreImageExperimental")]
param (
Expand Down

0 comments on commit 07148d3

Please sign in to comment.