From f0f0af9e7aad99aeaf95713f0ffa015934d6e4f6 Mon Sep 17 00:00:00 2001 From: Richard Wood Date: Sun, 5 Jul 2015 23:05:53 +1200 Subject: [PATCH] Suggest open index.html in browser regularly. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index f8075a6a..03dacd14 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -52,7 +52,7 @@ For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your fa ``` -For the remainder of this tutorial, we'll be writing our JavaScript code in this script tag. +For the remainder of this tutorial, we'll be writing our JavaScript code in this script tag. Follow your progress by opening your index.html file in your browser after each addition. > Note: >