Skip to content

Commit

Permalink
fix: fix polyfill mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 8, 2024
1 parent bc47101 commit a2ff6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/polyfills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Flicking is based on es5 and additionally needs es6 Promise to work properly.
es5 is basically supported on IE9+ ([Source](http://kangax.github.io/compat-table/es5/))
So, only es6 Promise is needed to run Flicking on the older browsers.

* How to use it via CDN
* How to use it via CDN (For personal or internal use)
```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-promise.auto.js"></script>
```
Expand Down

0 comments on commit a2ff6cd

Please sign in to comment.