diff --git a/README.md b/README.md
index 9e7bf3a4..3f67b2bc 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 94f13f41..31748199 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 cabc1c27..b78c524a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "katex",
- "version": "0.8.0-pre",
+ "version": "0.9.0-pre",
"description": "Fast math typesetting for the web.",
"main": "katex.js",
"repository": {