diff --git a/README.md b/README.md
index c2277c0ab..ab8404904 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ Download the built files from [the releases page](https://github.com/khan/katex/
```
+Specify UTF-8 as your content type:
+
+```html
+
+```
+
Call `katex.render` with a TeX expression and a DOM element to render into:
```js