diff --git a/README.md b/README.md
index 3f67b2bc..7231e430 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, Edg
You can [download KaTeX](https://github.com/khan/katex/releases) and host it on your server or include the `katex.min.js` and `katex.min.css` files on your page directly from a CDN:
```html
-
-
+
+
```
#### In-browser rendering
diff --git a/contrib/auto-render/README.md b/contrib/auto-render/README.md
index 31748199..7629cdc7 100644
--- a/contrib/auto-render/README.md
+++ b/contrib/auto-render/README.md
@@ -10,7 +10,7 @@ This extension isn't part of KaTeX proper, so the script should be separately
included in the page:
```html
-
+
```
Then, call the exposed `renderMathInElement` function in a script tag
diff --git a/package.json b/package.json
index b78c524a..dd2076b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "katex",
- "version": "0.9.0-pre",
+ "version": "0.8.2-pre",
"description": "Fast math typesetting for the web.",
"main": "katex.js",
"repository": {