Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pinceladasdaweb committed Feb 13, 2016
1 parent 4ed3c00 commit 73e9a44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73e9a44

Please sign in to comment.