From a55f530a25b6d7f205d2967733c2ae188397d72b Mon Sep 17 00:00:00 2001 From: Drgy Date: Thu, 28 Sep 2017 19:20:23 +0200 Subject: [PATCH] Add CDN link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: