From 252f3571e5bf4e620d251d6a12c2332c0789def9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 23 Jul 2015 13:45:33 -0700 Subject: [PATCH] Merge pull request #4386 from AnSavvides/4369-walkthrough-clarification [#4369] Make getting started a little less confusing (cherry picked from commit bcfba9178fed6fe435c6976e353c183504160a88) --- docs/docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index e720d7f30b..1643278f1d 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -31,7 +31,7 @@ To get started using the tutorial, just start editing `public/index.html`. ### Getting started -For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your favorite editor and create a new HTML document: +For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up `public/index.html` in your favorite editor, which should contain the following: ```html