From 51c2a63039df4a4e415589cfb6650d58235bd7bc Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Fri, 25 Jul 2025 15:29:33 +0200 Subject: [PATCH] doc: fix typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e00d72..1d7f8f4 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Code de la tourelle de pointage laser du projet bouchons EDF. > [!WARNING] -> Code de debuggage uniquement. +> Code de débogage uniquement. > [!IMPORTANT] -> Nouvelle méca, les axes H/x et V/y sont découplés. +> Nouvelle mécanique, les axes H/x et V/y sont découplés. ## Usage @@ -22,7 +22,7 @@ Compile through Arduino IDE or equivalent. right (max value). - **y** is the vertical axis centered at 0 and going from bottom (min value) to top (max value). -- **z** is the distance between the turrent and the target. +- **z** is the distance between the turret and the target. ```mermaid xychart-beta @@ -34,7 +34,7 @@ xychart-beta ## Development -Required dependeinces if not using +Required dependencies if not using [Arduino IDE](https://www.arduino.cc/en/software/): - [Arduino CLI](https://docs.arduino.cc/arduino-cli/): @@ -62,5 +62,5 @@ config and libraries. ## Contributing -Before `git commit`, run `git clang-format --staged` to format stagged files and +Before `git commit`, run `git clang-format --staged` to format staged files and then `git add` to commit formatting.