Skip to content

Commit

Permalink
[doc] update platformio command
Browse files Browse the repository at this point in the history
platformio now uses `author/lib` style
  • Loading branch information
Rotzbua authored and 256dpi committed Apr 16, 2021
1 parent fd0afbc commit daefc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library bundles the [lwmqtt](https://github.com/256dpi/lwmqtt) MQTT 3.1.1 c

Download the latest version from the [release](https://github.com/256dpi/arduino-mqtt/releases) section. Or even better use the builtin Library Manager in the Arduino IDE and search for "MQTT".

The library is also available on [PlatformIO](https://platformio.org/lib/show/617/MQTT). You can install it by running: `pio lib install "MQTT"`.
The library is also available on [PlatformIO](https://platformio.org/lib/show/617/MQTT). You can install it by running: `pio lib install "256dpi/MQTT"`.

## Compatibility

Expand Down

0 comments on commit daefc61

Please sign in to comment.