diff --git a/chart-svg.cabal b/chart-svg.cabal
--- a/chart-svg.cabal
+++ b/chart-svg.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: chart-svg
-version: 0.8.1.0
+version: 0.8.1.1
 license: BSD-3-Clause
 license-file: LICENSE
 copyright: Tony Day (c) 2017
@@ -89,7 +89,7 @@
     harpie >=0.1 && <0.2,
     markup-parse >=0.1 && <0.3,
     mtl >=2.2.2 && <2.4,
-    numhask >=0.11 && <0.13,
+    numhask >=0.11 && <0.14,
     numhask-space >=0.10 && <0.14,
     optics-core >=0.4 && <0.5,
     random >=1.2 && <1.4,
diff --git a/readme.md b/readme.md
--- a/readme.md
+++ b/readme.md
@@ -1,18 +1,10 @@
 
-# Table of Contents
-
-1.  [Usage](#org829f981)
-2.  [Examples](#orge2856e9)
-
-[![img](https://img.shields.io/hackage/v/chart-svg.svg)](https://hackage.haskell.org/package/chart-svg) [![img](https://github.com/tonyday567/chart-svg/workflows/haskell-ci/badge.svg)](https://github.com/tonyday567/chart-svg/actions?query=workflow%3Ahaskell-ci)
+[![img](https://img.shields.io/hackage/v/chart-svg.svg)](https://hackage.haskell.org/package/chart-svg) [![img](https://github.com/tonyday567/chart-svg/workflows/haskell-ci/badge.svg)](https://github.com/tonyday567/chart-svg/actions)
 
 ![img](other/banner.svg)
 
 A charting library targetting SVG.
 
-
-<a id="org829f981"></a>
-
 # Usage
 
     :r
@@ -30,9 +22,6 @@
 ![img](other/usage.svg)
 
 See the haddock documentation for a detailed overview.
-
-
-<a id="orge2856e9"></a>
 
 # Examples
 
