From 498bd9e557040ba9c1e935fb0d7e815077726ff4 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Sat, 4 May 2013 19:35:21 -0400 Subject: [PATCH] Update more old function names in README --- README.md | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9b2052..f0de1b2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.rst b/README.rst index 4f15fe5..c91a4a9 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~