From de88cd8e994787cc5e483508d4ffa18589ea1452 Mon Sep 17 00:00:00 2001 From: Ian Webster Date: Thu, 27 Mar 2014 15:17:17 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a563c1..03dc97b 100644 --- a/README.md +++ b/README.md @@ -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`.