Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Dec 2, 2010
1 parent 2692c05 commit 349a62c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README
@@ -1,9 +1,11 @@
### C++ Twilio REST SDK

### DESCRIPTION
The Twilio REST SDK simplifies the process of making calls to the Twilio REST.
The Twilio REST API lets you initiate outgoing calls, list previous call,
and much more. See http://www.twilio.com/docs for more information.
The C++ Twilio REST SDK simplifies the process of making requests
to the Twilio REST API.
The Twilio REST API lets you initiate outgoing calls,
send SMS, list previous call, and much more.
See http://www.twilio.com/docs for more information.

### USAGE
Include TwilioRest.h at the top of your C++ code and put the
Expand All @@ -17,4 +19,4 @@ ACCOUNT_TOKEN given to you by Twilio before you can make REST requests.
* **Makefile**: makefile to build the library and examples code (requires libcurl)

### LICENSE
The Twilio SDK is distributed under the MIT License
The Twilio SDK is distributed under the MIT License.

0 comments on commit 349a62c

Please sign in to comment.