Skip to content

Commit

Permalink
update difference between home and user timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
acoravos committed Oct 13, 2016
1 parent 8c2fcd6 commit d1d9026
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -197,14 +197,11 @@ example, here's how to send a user a direct message only if they already follow
#### Search Tweets you've retweeted that match a specified query
t search retweets "query"

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

#### Search your own Tweets that match a specific query
t search timeline @yourtwitterhandle "query"

#### Search Tweets in another user's timeline that match a specified query
#### Search Tweets in the specified user’s timeline
t search timeline @sferik "query"

## Features
Expand Down

0 comments on commit d1d9026

Please sign in to comment.