Skip to content

Commit 6b4be01

Browse files
authored
Update README.md
1 parent 00576cd commit 6b4be01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,9 @@ chmod +x ./bin/console
3838
php -S 127.0.0.1:8000 ./public/index.php
3939

4040
# send a test message
41-
./bin/console send-message --from mycompanyAS2 --to phpas2
42-
OR
4341
php bin/console send-message --from mycompanyAS2 --to phpas2
4442

4543
# send a file
46-
./bin/console send-message --from mycompanyAS2 --to phpas2 --file /path/to/the/file
47-
OR
4844
php bin/console send-message --from mycompanyAS2 --to phpas2 --file /path/to/the/file
4945
```
5046

0 commit comments

Comments
 (0)