From d94f4cf793e6d5ca592aa00f58a88f6a4229ad43 Mon Sep 17 00:00:00 2001 From: stefafafan Date: Tue, 10 Jan 2023 19:19:32 +0900 Subject: [PATCH] clarify and replace the url pointing to maxcdn in the readme (#585) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d302f28a..d7a93bc3 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ The Twemoji library offers support for all Unicode-defined emoji which are recom ### CDN Support -The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN support. +The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN support. + +MaxCDN is shut down right now, so in the meanwhile use a different CDN or download the assets. (See [Maxcdn has shut down, cdn not working anymore. · Issue #580 · twitter/twemoji](https://github.com/twitter/twemoji/issues/580)). Use the following in the `` tag of your HTML document(s): ```html - + ``` This guarantees that you will always use the latest version of the library.