From 5912ee631abf57fac2d29f4395b235515059d4f4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 3 Sep 2016 20:48:54 +0300 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5902c24..c417e33 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is des 1. [Install PlatformIO CLI](http://docs.platformio.org/en/latest/installation.html) 2. Install ST STM32 development platform: ```bash -# isntall the latest stable version +# install the latest stable version > platformio platform install ststm32 # install development version