Skip to content

Commit

Permalink
Fixed method name in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaboing committed Jun 9, 2014
1 parent 5d801b2 commit c7a5478
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 @@ -33,7 +33,7 @@ sms.set_text_info(msg['text'])
```

Then you have a choice. For a "fire and forget" approach to sending a message,
use the `send_message` method, like this:
use the `send_request` method, like this:

```python
sms.send_request()
Expand Down

0 comments on commit c7a5478

Please sign in to comment.