diff --git a/Project.toml b/Project.toml index 64db842..9819800 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlotlySave" uuid = "f4e2401c-25df-400c-adc7-b7787aea0cc3" authors = ["hhaensel "] -version = "0.1.4" +version = "0.1.5" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/README.md b/README.md index cbb412d..d01e674 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ of [PlotlyJS](https://github.com/sglyon/PlotlyJS.jl). ```julia using Pkg -Pkg.add("https://github.com/hhaensel/PlotlySave") +Pkg.add("PlotlySave") ``` or ```julia -]add https://github.com/hhaensel/PlotlySave +]add PlotlySave ``` ## Usage @@ -25,8 +25,6 @@ p1 = Plot(scatter(x=1:10, y=2:11)) save("test.png", p1) ``` -This package might become part of JuliaPlots, and it is not (yet) registered. - ## Background Kaleido has for long been a part of PlotlyBase but has recently been removed, due to