From f2ccc092f829074a7d89ba8a44ed1ea6d06e4fb9 Mon Sep 17 00:00:00 2001 From: anons-voip Date: Mon, 10 Jun 2024 21:19:12 -0400 Subject: [PATCH] minor formatting changes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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