Clarify what textbelt is in README. Fixes #48.

This commit is contained in:
Ian Webster 2015-09-06 08:18:14 -07:00
parent d50410afee
commit 2de59bb48d
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,7 @@
### TextBelt ### 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: Send a text with a simple POST request:

View File

@ -35,7 +35,13 @@ body {
</div> </div>
</div> </div>
<p>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.</p> <p>
TextBelt is a REST API that sends outgoing SMS. It is available as a public service or as an internally self-hosted server.
</p>
<p>
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.
</p>
<p>Send a text with a simple POST request:</p> <p>Send a text with a simple POST request:</p>