diff --git a/README.md b/README.md
index 779ab60..30763c9 100644
--- a/README.md
+++ b/README.md
@@ -27,28 +27,19 @@ You should make sure to load stripe.js on your app's index.html, as per Stripe's
```
-->
```html
-
-
-
+
Insert a test key to create the element, then use a test card to generate a token.
-
+
+
+
```
## Styling
diff --git a/bower.json b/bower.json
index cd0cbef..c799926 100644
--- a/bower.json
+++ b/bower.json
@@ -18,6 +18,7 @@
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"paper-input": "PolymerElements/paper-input#^2.0.0",
- "show-json": "ryanburns23/show-json#^2"
+ "show-json": "ryanburns23/show-json#^2",
+ "paper-button": "PolymerElements/paper-button#^2.0.0"
}
}
diff --git a/demo/index.html b/demo/index.html
index 513fd9c..a6870ce 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -39,14 +39,24 @@ Basic stripe-elements demo
background-color: #c0fefe;
}
}
+ .form {
+ display: flex;
+ }
+ Insert a test key to create the element, then use a test card to generate a token.
+
-
+
-