Slightly better instructions

This commit is contained in:
Ian Webster 2014-03-27 15:16:32 -07:00
parent 94e7dad49c
commit e1663f1d85

View File

@ -41,7 +41,7 @@
<p>TextBelt is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. Textbelt is fairly reliable and has sent over 100,000 texts.</p> <p>TextBelt is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. Textbelt is fairly reliable and has sent over 100,000 texts.</p>
<p>Usage is a simple POST request:</p> <p>Send a text with a simple POST request:</p>
<pre><code>$ curl <a href="http://textbelt.com/text">http://textbelt.com/text</a> \ <pre><code>$ curl <a href="http://textbelt.com/text">http://textbelt.com/text</a> \
-d number=5551234567 \ -d number=5551234567 \
@ -64,6 +64,10 @@
<h3>Canadian and International endpoints</h3> <h3>Canadian and International endpoints</h3>
<p>
The /text endpoint supports U.S. phone numbers (and parts of Canada).
</p>
<p> <p>
For Canadian texts, curl <pre><code>http://textbelt.com/canada</pre></code> For Canadian texts, curl <pre><code>http://textbelt.com/canada</pre></code>
</p> </p>