Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samnang committed Dec 8, 2022
1 parent 90f30ab commit 779e99b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This will give you the ability to take full control of your SMS infrastructure.
### Connect SMS Gateway to SMPP Gateway
```sh
./somleng-sms-gateway smpp -k [your-device-key] \
--goip-smpp-host [goip-ip-address] \
--goip-smpp-system-id [smpp-system-id] \
--goip-smpp-password [smpp-password]
--smpp-host [smpp-server-ip-address] \
--smpp-system-id [smpp-system-id] \
--smpp-password [smpp-password]
```

### Connect SMS Gateway to GoIP (GSM Gateway)
Expand Down

0 comments on commit 779e99b

Please sign in to comment.