minor formatting changes
This commit is contained in:
parent
ca4b92a6bf
commit
f2ccc092f8
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# voipsms
|
||||
# voipSMS
|
||||
|
||||
Python flask app that uses voip.ms to manage a number of DID numbers for SMS. Can be used to get mostly anonymous texts and sms verification.
|
||||
|
||||
|
@ -19,6 +19,7 @@ Python flask app that uses voip.ms to manage a number of DID numbers for SMS. Ca
|
|||
4. Set your config
|
||||
|
||||
`vim config.json`
|
||||
|
||||
[Read about how to set up your config here!](./README.md#Config)
|
||||
|
||||
5. Start up the server
|
||||
|
@ -30,9 +31,9 @@ Python flask app that uses voip.ms to manage a number of DID numbers for SMS. Ca
|
|||
The config used in this project uses the JSON format and expects a `username` and `password`
|
||||
|
||||
Ex:
|
||||
```
|
||||
```
|
||||
{
|
||||
"username":"voipms-email",
|
||||
"password":"voipms-api-password"
|
||||
}
|
||||
```
|
||||
```
|
Loading…
Reference in a new issue