From 73e9a4455f380f157659e734591c90deb9579b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Rog=C3=A9rio?= Date: Sat, 13 Feb 2016 19:47:24 -0200 Subject: [PATCH] Update Readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 98c8cd9..a853784 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,15 @@ Tweetlight is a [Vanilla JS](http://vanilla-js.com/) plugin with no dependencies And initialise it. For display a user timeline use: ```javascript - Tweetlight({ - username: 'pinceladasdaweb', // Twitter username - container: '.timeline', // domNode to attach to - showImageProfile: true, // Display image profile, default is false - counter: 5, // Number of tweets to display - onComplete: function() { - console.log('Awesome APP'); // Callback to execute after fetch tweets. Not required, use if necessary. - } - }); +Tweetlight({ + username: 'pinceladasdaweb', // Twitter username + container: '.timeline', // domNode to attach to + showImageProfile: true, // Display image profile, default is false + counter: 5, // Number of tweets to display + onComplete: function() { + console.log('Awesome APP'); // Callback to execute after fetch tweets. Not required, use if necessary. + } +}); ``` For display hashtags use: