Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
azcoov committed Jun 19, 2011
1 parent 20e3954 commit 9027025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Currently it has a single method for sending SMS messages. Please help me implem

Compile this CLR, deploy it to your SQL server, and execute the procedure:

declare @sid varchar()
declare @sid varchar(34)
exec SendSMSMessage 'api_version', 'account_id', 'auth_token', 'from_number', 'to_number', 'message_body', @sid output
print(@sid)

0 comments on commit 9027025

Please sign in to comment.