Skip to content

Commit

Permalink
Fix executable names
Browse files Browse the repository at this point in the history
The executables have been renamed. This fixes the name in the documentation.
  • Loading branch information
plbertrand authored and Marius Kriegerowski committed Mar 27, 2022
1 parent ecf64a4 commit 33486d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 33486d1

Please sign in to comment.