diff --git a/src/SvgIcons/Icons/Coding.hs b/src/SvgIcons/Icons/Coding.hs
--- a/src/SvgIcons/Icons/Coding.hs
+++ b/src/SvgIcons/Icons/Coding.hs
@@ -179,7 +179,8 @@
 
 ![stroke style](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/coding/git_strk.svg)
 
-Note: if you want to use a stroked version, you can embed this icon in a bigger viewbox (like "-1.2 -1.2 2.4 2.4") or scale down:
+Note: if you want to use a stroked version, you can embed this icon in a bigger viewbox such as @"-1.2 -1.2 2.4 2.4"@ or scale down:
+
 > git
 >   ! A.transform (S.scale 0.8 0.8)
 -}
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:            2.12.0
+version:            2.12.1
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
