diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown
index de0bcae4..90dbfe14 100644
--- a/docs/tutorial-views.markdown
+++ b/docs/tutorial-views.markdown
@@ -65,15 +65,18 @@ var dataset = new recline.Model.Dataset({
### Setting up the Grid
-Let's create a data grid view to display the dataset we have just created. We're going to use the SlickGrid-based grid so we need the following:
+Let's create a data grid view to display the dataset we have just created. We're going to use the SlickGrid-based grid so we need the following CSS and JS dependencies in addition to those above:
{% highlight html %}
+
-
-
-
+
+
+
+
+