diff --git a/README.md b/README.md index de3f2a06..1816e1d1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ Include fastclick.js in your JavaScript bundle or add it to your HTML page like ``` +Or add it through a CDN: + +``` + +``` + The script must be loaded prior to instantiating FastClick on any element of the page. To instantiate FastClick on the `body`, which is the recommended method of use: