diff --git a/lucid-cdn.cabal b/lucid-cdn.cabal
--- a/lucid-cdn.cabal
+++ b/lucid-cdn.cabal
@@ -5,14 +5,14 @@
 -- see: https://github.com/sol/hpack
 
 name:           lucid-cdn
-version:        0.1.0.1
+version:        0.1.1.0
 synopsis:       Curated list of CDN imports for lucid.
 description:    Repository of common CDN imports for lucid. Please open a pull request to add new libraries.
 category:       Web
 author:         Daniel Firth
 maintainer:     dan.firth@homotopic.tech
 copyright:      2020 Daniel Firth
-license:        BSD3
+license:        MIT
 license-file:   LICENSE
 build-type:     Simple
 extra-source-files:
diff --git a/src/Lucid/CDN.hs b/src/Lucid/CDN.hs
--- a/src/Lucid/CDN.hs
+++ b/src/Lucid/CDN.hs
@@ -73,8 +73,8 @@
 -- | MathJax V3.0.5
 mathjax_3_0_5 :: Monad m => HtmlT m ()
 mathjax_3_0_5 = script_ [
-    src_ "https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.5/es5/startup.js"
-  , integrity_ "sha512-dJKCcxAEzVvIi89TXFlYagyMEEOhxtHqSorUk77kh+ss/XeVker5KA/O5/eRn5ri1S83ID4l2SS292jQjY0PCQ=="
+    src_ "https://cdn.jsdelivr.net/npm/mathjax@3.0.5/es5/tex-mml-chtml.js"
+  , integrity_ "sha384-L+g9M+CMLhBJNIlTx7C1IQRQV7IL/wRmGNxXVP6CPEJjVhE5LE1EBMVJtmmdueyg"
   , crossorigin_ "anonymous"] _blank
 
 -- | Popper V2.4.4
