diff --git a/elm.json b/elm.json index 353e7df..bd79d83 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "gampleman/elm-visualization", "summary": "A data visualization package for Elm", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "exposed-modules": [ "Scale", "Scale.Color", diff --git a/readme.md b/readme.md index 921f06e..7c42565 100644 --- a/readme.md +++ b/readme.md @@ -8,9 +8,9 @@ charts, but it should contain all the tools to make building such charts relativ easy. The advantage is that you are free to design and build data visualizations that uniquely suite your needs. -## Learn by [example](https://elm-visualization.netlify.com//elm-visualization/) +## Learn by [example](https://elm-visualization.netlify.com/) -[![Examples](https://code.gampleman.eu/elm-visualization/misc/examples-600.png)](https://elm-visualization.netlify.com/elm-visualization/) +[![Examples](https://code.gampleman.eu/elm-visualization/misc/examples-600.png)](https://elm-visualization.netlify.com/) ## What's included?