diff --git a/src/Core/Geometry.hs b/src/Core/Geometry.hs
--- a/src/Core/Geometry.hs
+++ b/src/Core/Geometry.hs
@@ -28,11 +28,13 @@
 `regularPolygon` builds a regular polygon.
 
 You can customize fill and stroke using the
-usual `blaze-svg` functions. For example:
+usual [blaze-svg](https://hackage.haskell.org/package/blaze-svg) functions. For example:
+
 >regularPolygon 5 100 (200,300)
 >  ! A.fill "pink"
 >  ! A.stroke "#0000FF"
 >  ! A.strokeWidth "10"
+
 will return a path element corresponding to a 
 regular pentagon of radius 100 centered at point
 (200,300) filled in pink, green stroke and stroke
diff --git a/src/Icons/Business.hs b/src/Icons/Business.hs
--- a/src/Icons/Business.hs
+++ b/src/Icons/Business.hs
@@ -221,7 +221,9 @@
 
 {- |
 ![fill style](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/business/bullseye_fill.svg)
+
 ![fill and stroke](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/business/bullseye_full.svg)
+
 ![stroke style](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/business/bullseye_strk.svg)
 -}
 bullseye :: Svg
diff --git a/svg-icons.cabal b/svg-icons.cabal
--- a/svg-icons.cabal
+++ b/svg-icons.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               svg-icons
-version:            0.1.0.0
+version:            0.1.0.1
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
