Browse Source

Mention unpkg installation

pull/13/head
Luke Childs 8 years ago
parent
commit
55f39e44be
  1. 6
      README.md

6
README.md

@ -23,6 +23,12 @@ Returns a Promise for cleaner usage, provides a Promise chain helper function an
npm install --save when-dom-ready
```
or for quick testing:
```html
<script src="https://unpkg.com/when-dom-ready"></script>
```
## Usage
```js

Loading…
Cancel
Save