pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

A comma is missing in the README.md file #310

Closed shadownetX closed 6 years ago

shadownetX commented 6 years ago

Please add a comma after consumer_secret: 'YOUR_CONSUMER_SECRET_KEY'

    // TWITTER
    twitter:{
        accounts: ['@spacex'],                      //Array: Specify a list of accounts from which to pull tweets
        limit: 2,                                   //Integer: max number of tweets to load
        consumer_key: 'YOUR_CONSUMER_KEY',          //String: consumer key. make sure to have your app read-only
        consumer_secret: 'YOUR_CONSUMER_SECRET_KEY' //String: consumer secret key. make sure to have your app read-only
        tweet_mode: 'compatibility'                 //String: change to "extended" to show the whole tweet
     },
martijngastkemper commented 6 years ago

Can you create a pull request?

shadownetX commented 6 years ago

Of course ! Please find this pull request here : https://github.com/pavelk2/social-feed/pull/311