From 33486d110fd300be0cf5049b178f1cc6717692ca Mon Sep 17 00:00:00 2001 From: plbertrand Date: Sat, 26 Mar 2022 15:31:49 -0400 Subject: [PATCH] Fix executable names The executables have been renamed. This fixes the name in the documentation. --- contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing.md b/contributing.md index 42e8f24..219c281 100644 --- a/contributing.md +++ b/contributing.md @@ -24,9 +24,9 @@ poetry install --no-dev Usage: ``` -poetry run hbmqtt -poetry run hbmqtt_pub -poetry run hbmqtt_sub +poetry run amqtt +poetry run amqtt_pub +poetry run amqtt_sub ``` Or you can enter the virtual enviroment via: