From 45f7b4e891fe1f2e761e37ad1d4458e63129138c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Tue, 15 Nov 2022 16:27:51 +0100 Subject: [PATCH] Change note blocks --- .../micropython-installation/micropython-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index 805d1c0c43..1575f004a3 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -105,7 +105,7 @@ Users/{your-user}/Library/Arduino15/packages/arduino/tools/bossac/1.9.1-arduino2 ``` the file you are after is `bossac.exe` ->**Note:** The `"Library"` directory is hidden, press `Shift + Command + . ` to reveal hidden directories. +***Note: The `"Library"` directory is hidden, press `Shift + Command + . ` to reveal hidden directories.*** Open a terminal window and drag and drop the bossac.exe file into the terminal window. @@ -183,7 +183,7 @@ Users/{your-user}/Library/Arduino15/packages/arduino/tools/dfu-util/0.10.0-ardui ``` the file you are after is `dfu-util.exe` ->**Note:** The `"Library"` directory is hidden, press `Shift + Command + . ` to reveal hidden directories. +***Note: The `"Library"` directory is hidden, press `Shift + Command + . ` to reveal hidden directories.*** Open a terminal window and drag and drop the dfu-util.exe file into the terminal window.