From 6a0568fd642983ffcdb4f99c1581b8239aacae91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 25 Feb 2021 17:21:00 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b25a7be..d368cf3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ compilation to compile the firmware yourself: - install `arm-none-eabi-gcc` to compile the firmware. -- get [linopencm3](https://libopencm3.org/) using `git submodule update --init --recursive`. +- get [libopencm3](https://libopencm3.org/) using `git submodule update --init --recursive`. - compile using `make` to flash: