diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown
index 069862fb..48f460f9 100644
--- a/docs/tutorial-views.markdown
+++ b/docs/tutorial-views.markdown
@@ -120,13 +120,16 @@ grid.render();
Let's create a graph view to display a line graph for this dataset.
First, add the additional dependencies for this view. These are the Flot
-library and the Recline Graph view:
+library and the Recline Flot Graph view:
{% highlight html %}
-
+
-
+
+
{% endhighlight %}