From 07148d39bcf93a4b1b4b0d3f079d79ccb4660276 Mon Sep 17 00:00:00 2001 From: Shaun Lawrie Date: Tue, 3 Sep 2024 00:24:56 +1200 Subject: [PATCH] Fix other image paths --- .../public/images/Get-SpectreImageExperimental.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PwshSpectreConsole/public/images/Get-SpectreImageExperimental.ps1 b/PwshSpectreConsole/public/images/Get-SpectreImageExperimental.ps1 index 1424c53..0918b9a 100644 --- a/PwshSpectreConsole/public/images/Get-SpectreImageExperimental.ps1 +++ b/PwshSpectreConsole/public/images/Get-SpectreImageExperimental.ps1 @@ -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 (