Skip to content

Commit 8c0a293

Browse files
committed
rename example specifiedstyle
1 parent 25c9175 commit 8c0a293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/specifiedstyle.jl renamed to examples/custom.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ pin(wc, "Alice in Wonderland") do
2323
generate!(wc)
2424
end
2525

26-
println("results are saved to specifiedstyle.svg")
27-
paint(wc, "specifiedstyle.svg")
26+
println("results are saved to custom.svg")
27+
paint(wc, "custom.svg")
2828
wc
29-
#eval# runexample(:specifiedstyle)
30-
#md# ![](specifiedstyle.svg)
29+
#eval# runexample(:custom)
30+
#md# ![](custom.svg)

0 commit comments

Comments
 (0)