From a85433d82d3c64b90055acd1952fa48406fe4b17 Mon Sep 17 00:00:00 2001 From: giuliof Date: Sun, 23 Jun 2019 16:19:58 +0200 Subject: [PATCH] [docs] typo in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b4f888..b3b53f9 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ nRF24L01 registers (i.e. tx/rx addresses) can be reprogrammed pressing programmi ## How To -⋅⋅⋅ Make the PCB and solde it (I have a protoboard version too); -⋅⋅⋅ Obtain an AVR programmer (usbasp or Arduino as ISP) -⋅⋅⋅ Compile the code: +1. Make the PCB and solde it (I have a protoboard version too); +2. Obtain an AVR programmer (usbasp or Arduino as ISP) +3. Compile the code: * install `gcc-avr` `avr-libc` `avrdude`; * move in code directory; * type `make`;