From 85c26e8a5a0c4502417710a65c60261d107d99ed Mon Sep 17 00:00:00 2001 From: enekochan Date: Wed, 8 Apr 2020 16:25:07 +0200 Subject: [PATCH] Fix Markdown link --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f52cbcd..c5ba72d 100644 --- a/README.md +++ b/README.md @@ -55,17 +55,17 @@ For additional installation information, see the [Optiboot AddingOptibootChipsTo ## To burn Optiboot onto an Arduino board ## - 1. Select the appropriate Optiboot board type (or non-Optiboot if you want to change back) - 1. Connect your Arduino to an ISP programmer [[Installing]] - 1. Use the 'Burn Bootloader' item in Arduino. - 1. You can then upload sketches as normal, using the Optiboot board type. + 1. Select the appropriate Optiboot board type (or non-Optiboot if you want to change back). + 2. Connect your Arduino to an ISP programmer ([Installing](https://github.com/Optiboot/optiboot/wiki/InstallingOnChips)). + 3. Use the 'Burn Bootloader' item in Arduino. + 4. You can then upload sketches as normal, using the Optiboot board type. ----