diff --git a/docs/walkthroughs/using-the-bundled-source.md b/docs/walkthroughs/using-the-bundled-source.md
index 918a9e47e..5769c3847 100644
--- a/docs/walkthroughs/using-the-bundled-source.md
+++ b/docs/walkthroughs/using-the-bundled-source.md
@@ -23,11 +23,12 @@ node_modules/
A minified version called `slate.min.js` is also included for convenience.
-Before you can add `slate.js` to your page, you need to bring your own copy of `immutable`, `react` and `react-dom`, like so:
+Before you can add `slate.js` to your page, you need to bring your own copy of `immutable`, `react`, `react-dom` and `react-dom-server`, like so:
```html
+
```
@@ -44,6 +45,7 @@ To make things easier, for quick prototyping, you can also use the [`unpkg.com`]
```html
+
```