From d3b685ad36d6e61d11468112600464a333db6337 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sun, 3 Mar 2024 19:37:07 +0100 Subject: [PATCH] fix typo [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 823c65a..0d86fcd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ PlotlyKaleido.start(mathjax=true) # start Kaleido server with MathJax enabled ``` ## Windows Note -Many people one Windows have issues with the latest (0.2.1) version of the Kaleido library (see for example [discourse](https://discourse.julialang.org/t/plotlyjs-causes-errors-cant-figure-out-how-to-use-plotlylight-how-to-use-plotly-from-julia/108853/29), [this PR's comment](https://github.com/JuliaPlots/PlotlyKaleido.jl/pull/17#issuecomment-1969325440) and [this issue](https://github.com/plotly/Kaleido/issues/134) on the Kaleido repository). +Many people on Windows have issues with the latest (0.2.1) version of the Kaleido library (see for example [discourse](https://discourse.julialang.org/t/plotlyjs-causes-errors-cant-figure-out-how-to-use-plotlylight-how-to-use-plotly-from-julia/108853/29), [this PR's comment](https://github.com/JuliaPlots/PlotlyKaleido.jl/pull/17#issuecomment-1969325440) and [this issue](https://github.com/plotly/Kaleido/issues/134) on the Kaleido repository). Many people have succesfully fixed this problem on windows by downgrading the kaleido library to version 0.1.0 (see [the previously mentioned issue](https://github.com/plotly/Kaleido/issues/134)). If you experience issues with `PlotlyKaleido.start()` hanging on windows, you may want try adding `Kaledido_jll@v0.1` explicitly to your project environment to fix this. You can do so by either doing: ```julia @@ -67,4 +67,4 @@ begin import Pkg Pkg.add(; name = "Kaleido_jll", version = "0.1") end -``` \ No newline at end of file +```