Skip to content

Commit

Permalink
Merge pull request #344 from acoravos/arc/update-user-timeline-defini…
Browse files Browse the repository at this point in the history
…tion

update user timeline definition
  • Loading branch information
sferik authored Oct 15, 2016
2 parents 8c2f9f6 + e057728 commit 12e9945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +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 Tweets in another user's timeline that match a specified query
#### Search Tweets in a specified users timeline
t search timeline @sferik "query"

## Features
Expand Down

0 comments on commit 12e9945

Please sign in to comment.