From 8c0a29344b4cba5289504393c550571b04e50037 Mon Sep 17 00:00:00 2001 From: guo-yong-zhi <55872791+guo-yong-zhi@users.noreply.github.com> Date: Wed, 21 Apr 2021 01:55:18 +0800 Subject: [PATCH] rename example specifiedstyle --- examples/{specifiedstyle.jl => custom.jl} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename examples/{specifiedstyle.jl => custom.jl} (90%) diff --git a/examples/specifiedstyle.jl b/examples/custom.jl similarity index 90% rename from examples/specifiedstyle.jl rename to examples/custom.jl index 30661de..2dd8155 100644 --- a/examples/specifiedstyle.jl +++ b/examples/custom.jl @@ -23,8 +23,8 @@ pin(wc, "Alice in Wonderland") do generate!(wc) end -println("results are saved to specifiedstyle.svg") -paint(wc, "specifiedstyle.svg") +println("results are saved to custom.svg") +paint(wc, "custom.svg") wc -#eval# runexample(:specifiedstyle) -#md# ![](specifiedstyle.svg) \ No newline at end of file +#eval# runexample(:custom) +#md# ![](custom.svg) \ No newline at end of file