Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix emphasised folders (MarkDown) #1206

Merged
merged 1 commit into from
May 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/hello-ml5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down