Skip to content

Commit fd5e1ac

Browse files
authored
Fix typo
1 parent 1e56ced commit fd5e1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ composer require simps/mqtt-cli
1919
### Publish
2020

2121
```bash
22-
$ php bin/mqtt publish --help
22+
$ php vendor/bin/mqtt publish --help
2323
Description:
2424
Publishing simple messages
2525

@@ -57,4 +57,4 @@ Options:
5757

5858
Help:
5959
An MQTT version 3.1/3.1.1/5.0 client for publishing simple messages
60-
```
60+
```

0 commit comments

Comments
 (0)