MiroHibler/meteor-mailchimp

update documentation

Kikobeats opened this issue · 1 comments

Please update documentation with the correct settings.json markup:

"MailChimpOptions": {
    "apiKey": "KEY",
    "listId": "ID"
  }

related with https://github.com/TelescopeJS/Telescope/issues/638#issuecomment-68437016

Well, actually, the correct markup is the one in documentation - check the code that loads settings in lib/server/mailchimp.js (line 5 & 7).

Oh, I see where the confusion came from - Telescope still uses the old version of mailchimp package (mrt:mailchimp) while there's a new (v1.0 compliant) one - miro:mailchimp.