Update more old function names in README

This commit is contained in:
Mike Helmick 2013-05-04 19:35:21 -04:00
parent 828d355ad2
commit 498bd9e557
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ auth_tokens = t.get_authorized_tokens(oauth_verifier)
print auth_tokens
```
*Function definitions (i.e. getHomeTimeline()) can be found by reading over twython/endpoints.py*
*Function definitions (i.e. get_home_timeline()) can be found by reading over twython/endpoints.py*
##### Getting a user home timeline

View file

@ -73,7 +73,7 @@ Handling the callback
auth_tokens = t.get_authorized_tokens(oauth_verifier)
print auth_tokens
*Function definitions (i.e. getHomeTimeline()) can be found by reading over twython/endpoints.py*
*Function definitions (i.e. get_home_timeline()) can be found by reading over twython/endpoints.py*
Getting a user home timeline
~~~~~~~~~~~~~~~~~~~~~~~~~~~~