Skip to content

Commit 52aa4d4

Browse files
committed
docs: Update showcase.md 📚
1 parent 9bd9658 commit 52aa4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/make.jl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Documenter, TerminalUserInterfaces
22

33
cp(joinpath(@__DIR__, "../README.md"), joinpath(@__DIR__, "./src/index.md"); force = true, follow_symlinks = true)
4-
cp(joinpath(@__DIR__, "../docs/README.md"), joinpath(@__DIR__, "./src/showcase.md"); force = true, follow_symlinks = true)
4+
cp(joinpath(@__DIR__, "../examples/README.md"), joinpath(@__DIR__, "./src/showcase.md"); force = true, follow_symlinks = true)
55

66
makedocs(; sitename = "TerminalUserInterfaces.jl documentation")
77

0 commit comments

Comments
 (0)