Skip to content

Commit

Permalink
Fix IIFE code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Oct 19, 2018
1 parent e84d810 commit feeafb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import ScrollAgent from 'react-scroll-agent/esm';
#### IIFE (4 KB, for use in <script> tag)

```
<script src="//unpkg.com/react-scroll-agent/esm.js"></script>
<script src="//unpkg.com/react-scroll-agent/dist/iife.js"></script>
```

### Notes
Expand Down

0 comments on commit feeafb9

Please sign in to comment.