diff --git a/README.md b/README.md index e78c2b1..8f94717 100644 --- a/README.md +++ b/README.md @@ -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" } - ``` \ No newline at end of file +``` \ No newline at end of file