From 1835be4a2615acca6f0dda72129a1719051a3ce8 Mon Sep 17 00:00:00 2001 From: MoPaMo <67760881+MoPaMo@users.noreply.github.com> Date: Sat, 15 May 2021 09:26:44 +0200 Subject: [PATCH] Fix emphasised folders --- docs/tutorials/hello-ml5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/hello-ml5.md b/docs/tutorials/hello-ml5.md index b8aeb4b53..2fc5d5447 100644 --- a/docs/tutorials/hello-ml5.md +++ b/docs/tutorials/hello-ml5.md @@ -36,8 +36,8 @@ Your project directory should look something like this: **Where**: -* 📂**/hello-ml5**: is the root project folder - *   📂**/images**: is a folder that contains your image +* 📂**hello-ml5/**: is the root project folder + *   📂**images/**: is a folder that contains your image *       🖼 **bird.png**: is a .png image of a bird (it can also be something else!) *   🗒**index.html**: is an .html file that has your html markup and library references *   🗒**sketch.js**: is where you'll be writing your javascript