diff --git a/README.md b/README.md index bac9f88..80a561c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ bond version List its devices: ```bash -bond devices +bond devices list ``` ## Injecting Devices @@ -70,7 +70,7 @@ bond devices Create a template device: ```bash -bond device_create --name "Formidable Fan" --template A1 --addr 101 --freq 300000 --bps 1000 --zero_gap 1234 +bond devices create --name "Formidable Fan" --template A1 --addr 101 --freq 300000 --bps 1000 --zero_gap 1234 ``` You can then see the fan on your Bond Home app. diff --git a/setup.py b/setup.py index 12d431b..9b0cf3b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="bond-cli", - version="0.1.0", + version="0.1.1", author="Olibra", packages=find_packages(), scripts=["bond/bond"],