From 02404f7be53ceaa458634c431319ea27c96c1123 Mon Sep 17 00:00:00 2001 From: dperini Date: Sat, 16 May 2020 16:21:39 +0200 Subject: [PATCH] - Improved documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fbcbd4..2149d9b 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ You can import `Arduino Bootstrapper` into your existing projects in two way: ``` // For PlatformIO Add `lib_deps` to your `platformio.ini` -lib_deps = ___ArduinoBootstrapper___ +lib_deps = ArduinoBootstrapper ``` ``` // For ArduinoIDE -Simply import the ___Bootstrapper___ library from the library manager +Simply import the Bootstrapper library from the library manager ``` 2) Import via git submodules (faster updates to latest releases) ```