Skip to content

Commit

Permalink
docs: link to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafian committed Sep 6, 2018
1 parent ff37792 commit ed50ba2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -14,9 +14,11 @@ This is useful for Web Monetizing static sites (i.e. replacing advertising). For
### Including the Script

```html
<script src="https://interledgerjs.github.io/web-monetization-scripts/dist/donate.js"></script>
<script src="https://cdn.coil.com/donate.js"></script>
```

The script also exists at `https://interledgerjs.github.io/web-monetization-scripts/dist/donate.js`, or can be built locally and served from your site.

### Usage

Example of usage at [`examples/donate.html`](https://github.com/interledgerjs/web-monetization-scripts/blob/master/examples/donate.html), source code at [`src/donate.js`](https://github.com/interledgerjs/web-monetization-scripts/blob/master/src/donate.js).
Expand Down

0 comments on commit ed50ba2

Please sign in to comment.