Skip to content

Commit

Permalink
fix promise-polyfill link
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jun 3, 2020
1 parent c026b38 commit c06aad4
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 @@ -63,7 +63,7 @@ Usage
<script src="sweetalert2/dist/sweetalert2.all.min.js"></script>

<!-- Include a polyfill for ES6 Promises (optional) for IE11 -->
<script src="https://cdn.jsdelivr.net/npm/promise-polyfill9/dist/polyfill.js"></script>
<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.js"></script>
```

You can also include the stylesheet separately if desired:
Expand Down

0 comments on commit c06aad4

Please sign in to comment.