From 2de59bb48dd3f007cb7eb4773404a124004cc6aa Mon Sep 17 00:00:00 2001 From: Ian Webster Date: Sun, 6 Sep 2015 08:18:14 -0700 Subject: [PATCH] Clarify what textbelt is in README. Fixes #48. --- README.md | 4 +++- server/views/index.html | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aee6bf1..31898a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ### TextBelt -TextBelt (http://textbelt.com) is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 100,000 texts. +TextBelt (http://textbelt.com) is a REST API that sends outgoing SMS. It is available as a public service or as an internally self-hosted server. + +Textbelt uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 1 million texts. Send a text with a simple POST request: diff --git a/server/views/index.html b/server/views/index.html index ad5b970..1ca1462 100644 --- a/server/views/index.html +++ b/server/views/index.html @@ -35,7 +35,13 @@ body { -

TextBelt is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 100,000 texts.

+

+TextBelt is a REST API that sends outgoing SMS. It is available as a public service or as an internally self-hosted server. +

+ +

+Textbelt uses carrier-specific gateways to deliver your text messages for free, and without ads. The service is fairly reliable and has sent over 1 million texts. +

Send a text with a simple POST request: