From eafc22c5335b68f218f7ec036d169f2bfc5ca61d Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Tue, 10 Apr 2018 14:56:36 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 995f1f9..c2417ab 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,9 @@ You can pass a string prop `headCSS` to your `` component. You can see it ## Mailchimp attributes If you're using Mailchimp and need to add their custom `mc:edit` attributes to your markup, we recommend using the [mailchimpify](http://github.com/Roilan/mailchimpify) module. +## Browser support +If you're going to load this library in your browser you need to make sure it support ES6. Currently the target environment is node.js 4.0.0 so you might get parsing error if you try to load this in IE11 for example. + ## License [MIT](https://github.com/chromakode/react-html-email/blob/master/LICENSE)