Skip to content

Commit

Permalink
rename example specifiedstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yong-zhi committed Apr 20, 2021
1 parent 25c9175 commit 8c0a293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/specifiedstyle.jl → examples/custom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#eval# runexample(:custom)
#md# ![](custom.svg)

2 comments on commit 8c0a293

@guo-yong-zhi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/34880

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.7 -m "<description of version>" 8c0a29344b4cba5289504393c550571b04e50037
git push origin v0.6.7

Please sign in to comment.