diff --git a/README.md b/README.md index 593e81a..b80a953 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PlatformIO Registry](https://badges.registry.platformio.org/packages/slvctrlplus/library/slvctrl-protocol.svg)](https://registry.platformio.org/libraries/slvctrlplus/slvctrl-protocol) -This is a Platform.IO library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol). +This is a PlatformIO library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol). ## Commands @@ -14,11 +14,11 @@ This is a Platform.IO library that implements the [SlvCtrl protocol](https://git ## Install (PlatformIO) -In your project `platformio.ini`: +In your project's `platformio.ini`: ```ini lib_deps = - https://github.com/SlvCtrlPlus/slvctrl-protocol.git#v0.1.0 + slvctrlplus/slvctrl-protocol@^0.1.3 ``` ## Usage @@ -29,7 +29,8 @@ Currently the following attribute types are supported: * IntAttribute * FloatAttribute -* RangeAttribute +* RangeAttribute +* ListAttribute * StrAttribute * BoolAttribute