Skip to content

Commit 12e9945

Browse files
authored
Merge pull request #344 from acoravos/arc/update-user-timeline-definition
update user timeline definition
2 parents 8c2f9f6 + e057728 commit 12e9945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,11 @@ example, here's how to send a user a direct message only if they already follow
197197
#### Search Tweets you've retweeted that match a specified query
198198
t search retweets "query"
199199

200-
#### Search Tweets in your timeline that match a specified query
200+
#### Search Tweets in your home timeline that match a specified query
201201
t search timeline "query"
202+
**Note**: In Twitter API parlance, your “home timeline” is your “Newsfeed” whereas your “user timeline” are the tweets tweeted (and retweeted) by you.
202203

203-
#### Search Tweets in another user's timeline that match a specified query
204+
#### Search Tweets in a specified users timeline
204205
t search timeline @sferik "query"
205206

206207
## Features

0 commit comments

Comments
 (0)