Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from dleve123/master
Browse files Browse the repository at this point in the history
README.md fix
  • Loading branch information
stevegraham committed Sep 28, 2013
2 parents a034fb8 + 072aa50 commit dee5637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -212,7 +212,7 @@ If the request was successful, an instance of `Twilio::SMS` wil be returned
To retrieve an earlier created SMS message, there is the `Twilio::SMS.find` method, which accepts a SMS message SID, e.g.

```ruby
call = Twilio::SMS.find 'SM90c6fc909d8504d45ecdb3a3d5b3556e'
text = Twilio::SMS.find 'SM90c6fc909d8504d45ecdb3a3d5b3556e'
```

This returns an instance of `Twilio::SMS` if a SMS message with the given SID was found, otherwise nil is returned
Expand Down

0 comments on commit dee5637

Please sign in to comment.