These are the officially supported [release channels](intro.md#release-channels) for QUnit:
-* CDN: [`qunit-2.20.0.js`](https://code.jquery.com/qunit/qunit-2.20.0.js) and [`qunit-2.20.0.css`](https://code.jquery.com/qunit/qunit-2.20.0.css)
+* CDN: [`qunit-2.20.1.js`](https://code.jquery.com/qunit/qunit-2.20.1.js) and [`qunit-2.20.1.css`](https://code.jquery.com/qunit/qunit-2.20.1.css)
* npm: `npm install --save-dev qunit`
* Yarn: `yarn add --dev qunit`
* Bower: `bower install --save-dev qunit`
diff --git a/intro.md b/intro.md
index 1177fbc..57d5452 100644
--- a/intro.md
+++ b/intro.md
@@ -103,11 +103,11 @@ To get started with QUnit in the browser, create a simple HTML file called `test
Test Suite
-
+
-
+
```
@@ -178,13 +178,13 @@ These are the officially supported download channels for QUnit releases:
* Download:
- QUnit has no runtime dependencies for browser use. You can save the [`qunit-2.20.0.js`](https://code.jquery.com/qunit/qunit-2.20.0.js) and [`qunit-2.20.0.css`](https://code.jquery.com/qunit/qunit-2.20.0.css) files directly from the [jQuery CDN](https://code.jquery.com/qunit/), which is powered by [StackPath](https://www.stackpath.com/).
+ QUnit has no runtime dependencies for browser use. You can save the [`qunit-2.20.1.js`](https://code.jquery.com/qunit/qunit-2.20.1.js) and [`qunit-2.20.1.css`](https://code.jquery.com/qunit/qunit-2.20.1.css) files directly from the [jQuery CDN](https://code.jquery.com/qunit/), which is powered by [StackPath](https://www.stackpath.com/).
Or download them via the terminal:
```bash
- curl -o qunit.css 'https://code.jquery.com/qunit/qunit-2.20.0.css'
- curl -o qunit.js 'https://code.jquery.com/qunit/qunit-2.20.0.js'
+ curl -o qunit.css 'https://code.jquery.com/qunit/qunit-2.20.1.css'
+ curl -o qunit.js 'https://code.jquery.com/qunit/qunit-2.20.1.js'
```
* npm Registry:
diff --git a/resources/example-add.html b/resources/example-add.html
index d7535bc..15b185a 100644
--- a/resources/example-add.html
+++ b/resources/example-add.html
@@ -1,11 +1,11 @@
Test Suite
-
+
-
+
+