diff --git a/README.md b/README.md
index 674d90e..d2cf763 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Of course, this approach isn't perfect. The benefits of decentralization are ult
###
Paste the following commands into a terminal to build a complete directory structure and initialize the demo on 127.0.0.1:8000 anywhere with the prerequisities installed.
```shell
- wget Membrane-current.tar.gz https://github.com/Elijah-Bodden/Membrane/tarball/v2.1.0
+ wget Membrane-current.tar.gz https://github.com/Elijah-Bodden/Membrane/tarball/v2.1.1
tar xfv Membrane-current.tar.gz --transform 's!^[^/]\+\($\|/\)!Membrane-current\1!'
cd Membrane-current/src/source/frontend
npm install
@@ -62,7 +62,7 @@ Using the library for your own use-case is relatively simple. Here's a typical i
---- | ----
| npm + Webpack | Run `npm install @elijah-bodden/membrane \| cd node-modules/elijah-bodden/membrane` in the root of your webpack project |
| HTML script tag | Go to the directory you serve static files from and find where you want to save the script. Run `wget https://raw.githubusercontent.com/Elijah-Bodden/Membrane/main/lib/index.js -o membrane.js`, and finally paste `` into your HTML head. |
-| Jsdelivr CDN (recommended) | Simply paste this tag into your HTML head: `