diff --git a/README.md b/README.md
index c3b3d1d..f38e80f 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,9 @@
Polymer wrapper for Stripe.js v3 Elements. Creates a `card` element such as https://stripe.com/docs/elements
-## :fire: Restrictions :fire:
+## Note Before Using
-The stripe script doesn't work with ShadowDOM, so for now we have to force the ShadyDOM polyfill. Modify your webcomponentsjs include to match the following.
-
-```html
-
-
-```
+You should make sure to load stripe.js on your app's index.html, as per Stripe's recommendation, before loading ``.
## Usage