From 6c9d1eda7a8b3df11fef65221f56e5c4e42563d0 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 21 Feb 2014 22:27:21 -0800 Subject: [PATCH] Explain better what this package does It's a bit unclear for a first-time user if this package enables a Meteor app to use the Twitter API (like https://github.com/subhog/meteor-twit) or if it enables a user logged in via Twitter to use the Twitter API. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4752cc9..b44fec3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Meteor Twitter API Package ========================== -meteor-twitter-api is a simple package to wrap the Twitter API using Meteor's Twitter Service OAuth1Binding class. +meteor-twitter-api is a simple package to wrap the Twitter API using Meteor's Twitter Service OAuth1Binding class. This will let the user logged in via Twitter perform certain Twitter functions like following a given user (presumably your app's Twitter account). Latest Version: **0.1.0** @@ -47,4 +47,4 @@ Meteor.methods({ ... -``` \ No newline at end of file +```