From 71b789108d66f06d605ab15221bac07148feb295 Mon Sep 17 00:00:00 2001 From: Jakub Janarek Date: Sat, 18 Mar 2017 17:41:24 +0100 Subject: [PATCH] Fix typo Under CDN section, change JSS to JS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0965b5..37fba52f 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,7 @@ Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](ht Source: Why use a CDN

-A content delivery network (CDN) is a globally distributed network of proxy servers, serving content from locations closer to the user. Generally, static files such as HTML/CSS/JSS, photos, and videos are served from CDN, although some CDNs such as Amazon's CloudFront support dynamic content. The site's DNS resolution will tell clients which server to contact. +A content delivery network (CDN) is a globally distributed network of proxy servers, serving content from locations closer to the user. Generally, static files such as HTML/CSS/JS, photos, and videos are served from CDN, although some CDNs such as Amazon's CloudFront support dynamic content. The site's DNS resolution will tell clients which server to contact. Serving content from CDNs can significantly improve performance in two ways: