Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Sep 2, 2024
1 parent 07148d3 commit 23f9112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Write-SpectreFigletText {
.EXAMPLE
# **Example 2**
# This example demonstrates how to write Figlet text to the console using a custom Figlet font.
Write-SpectreFigletText -Text "Whoa?!" -FigletFontPath "..\assets\3d.flf"
Write-SpectreFigletText -Text "Whoa?!" -FigletFontPath "..\PwshSpectreConsole.Docs\src\assets\3d.flf"
#>
[Reflection.AssemblyMetadata("title", "Write-SpectreFigletText")]
param (
Expand Down

0 comments on commit 23f9112

Please sign in to comment.