diff --git a/docs/walkthroughs/using-the-bundled-source.md b/docs/walkthroughs/using-the-bundled-source.md
index 542527a87..918a9e47e 100644
--- a/docs/walkthroughs/using-the-bundled-source.md
+++ b/docs/walkthroughs/using-the-bundled-source.md
@@ -39,13 +39,13 @@ Then you can add `slate.js` after those includes:
```
-To make things easier, for quick prototyping, you can also use the [`npmcdn.com`](https://npmcdn.com/#/) delivery network that makes working with bundled npm modules easier. In that case, your includes would look like:
+To make things easier, for quick prototyping, you can also use the [`unpkg.com`](https://unpkg.com/#/) delivery network that makes working with bundled npm modules easier. In that case, your includes would look like:
```html
-
-
-
-
+
+
+
+
```
That's it, you're ready to go!