From 6b452a275f26e21227c86181002d486c42f15128 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Thu, 14 Jul 2016 17:33:40 +0100 Subject: [PATCH] Added MaxCDN v2.1 version via query string As discussed in https://github.com/twitter/twemoji/issues/156 , developers that do copy and paste the MaxCDN link might have to wait up to 30 days for they users to download new assets and new RegExp. Since we don't follow samever principle here, I've simply added a query string that would force eentually browsers to download the latest version of the library without compromising PNGs or SVGs cached assets and preserving functionality. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff572404..41cb0b8f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The folks over at [MaxCDN](https://www.maxcdn.com) graciously provide CDN suppor For the latter one, use the following in the `` tag of your HTML document(s): ```html - + ``` ## Breaking changes in V2