Skip to content

Commit

Permalink
- Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed May 16, 2020
1 parent 195fcd2 commit 02404f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 02404f7

Please sign in to comment.