]> jfr.im git - z_archive/twitter.git/blobdiff - README
Version 1.14.1.
[z_archive/twitter.git] / README
diff --git a/README b/README
index f1d14dc6adcb951381ee55ce66bb31507731d75e..18de04e1ef3e89a1cd3cb13b02825a54f501da36 100644 (file)
--- a/README
+++ b/README
@@ -91,10 +91,7 @@ t = Twitter(
 t.statuses.home_timeline()
 
 # Get a particular friend's timeline
-t.statuses.friends_timeline(id="billybob")
-
-# Also supported (but totally weird)
-t.statuses.friends_timeline.billybob()
+t.statuses.user_timeline(screen_name="billybob")
 
 # to pass in GET/POST parameters, such as `count`
 t.statuses.home_timeline(count=5)