minor formatting changes

This commit is contained in:
anons-voip 2024-06-10 21:19:12 -04:00
parent ca4b92a6bf
commit f2ccc092f8

View file

@ -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"
}
```
```