Skip to content

Commit

Permalink
fix(docs): remove webcomponent.org demo as it doesn't work in their i…
Browse files Browse the repository at this point in the history
…frame

Revert "fix(docs): add webcomponent.org demo snippet"

This reverts commit 68a6dbc.
  • Loading branch information
Soc Sieng committed Aug 28, 2020
1 parent 5ff69b0 commit 168f217
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/button-element/README.md
Expand Up @@ -11,17 +11,6 @@ npm install @google-pay/button-element

## Example usage: HTML website

<!--
```
<custom-element-demo>
<template>
<script src="https://unpkg.com/@google-pay/button-element@1.x/dist/index.umd.js"></script>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->

```html
<div id="buttons">
<google-pay-button environment="TEST" button-type="short" button-color="black"></google-pay-button>
Expand Down

0 comments on commit 168f217

Please sign in to comment.