Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo authored Aug 3, 2020
1 parent 00576cd commit 6b4be01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ chmod +x ./bin/console
php -S 127.0.0.1:8000 ./public/index.php

# send a test message
./bin/console send-message --from mycompanyAS2 --to phpas2
OR
php bin/console send-message --from mycompanyAS2 --to phpas2

# send a file
./bin/console send-message --from mycompanyAS2 --to phpas2 --file /path/to/the/file
OR
php bin/console send-message --from mycompanyAS2 --to phpas2 --file /path/to/the/file
```

Expand Down

0 comments on commit 6b4be01

Please sign in to comment.