From f01941fd41c399b533b080c5ff682c097804d8b9 Mon Sep 17 00:00:00 2001 From: Yato-Coding <89696948+Yato-Coding@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:48:30 +0200 Subject: [PATCH] Fix Typos I have a feeling ghost isnt gonna be accepting that agreement :) Also, he missed one on line 5 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9716072..fc5fcc5 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -ArduinoISP firwmare sources: +ArduinoISP firmware sources: To compile sources you need avr-gcc (the provided binary files are compiled with avr-gcc 4.5.3). -You also need an AVRISP mkII programmer to write the firwmare into the device. If you want to use another programmer you have to modify the makefile and change the command line for avrdude in order to match your programmer. +You also need an AVRISP mkII programmer to write the firmware into the device. If you want to use another programmer you have to modify the makefile and change the command line for avrdude in order to match your programmer. Just move into the code folder with the terminal and use: *make hex*