Skip to content

Commit d1d9026

Browse files
committed
update difference between home and user timeline
1 parent 8c2fcd6 commit d1d9026

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +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"
202202
**Note**: In Twitter API parlance, your “home timeline” is your “Newsfeed” whereas your “user timeline” are the tweets tweeted (and retweeted) by you.
203203

204-
#### Search your own Tweets that match a specific query
205-
t search timeline @yourtwitterhandle "query"
206-
207-
#### Search Tweets in another user's timeline that match a specified query
204+
#### Search Tweets in the specified user’s timeline
208205
t search timeline @sferik "query"
209206

210207
## Features

0 commit comments

Comments
 (0)