Browse Source

README: Typo

Yuri D'Elia 2 years ago
parent
commit
1fd41293ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -54,7 +54,7 @@ Prusa-Firmware depends on a pinned version of `avr-gcc` and the external `prusa3
     # automatically setup dependencies
     ./utils/bootstrap.py
 
-which will download and unpack them inside the `.dependencies` directory. `./utils/bootstrap.py` will also install `cmake`, `ninja` and the required python packages if missing, although installing those through is system's package manager is usually preferred.
+which will download and unpack them inside the `.dependencies` directory. `./utils/bootstrap.py` will also install `cmake`, `ninja` and the required python packages if missing, although installing those through the system's package manager is usually preferred.
 
 You can then proceed by creating a build directory, configure for AVR and build: