Update README.md

This commit is contained in:
Ian Webster 2014-03-27 15:17:17 -07:00
parent e1663f1d85
commit de88cd8e99

View File

@ -1,7 +1,7 @@
### TextBelt
TextBelt (http://textbelt.com) is a texting API that uses carrier-specific gateways to deliver your text messages for free. This is nice for a low-cost texting app or testing without running down your Twilio balance.
Usage is dead simple:
Send a text with a simple POST request:
```
$ curl http://textbelt.com/text \
@ -24,6 +24,8 @@ Sample failure:
### Canadian and International endpoints
The /text endpoint supports U.S. phone numbers (and parts of Canada).
For Canadian texts, curl `http://textbelt.com/canada`.
For international texts, curl `http://textbelt.com/intl`.