From cbaae481a54f949b5db4e3b7ea878f19ac0839eb Mon Sep 17 00:00:00 2001 From: Noe Brito Date: Thu, 9 Jul 2020 17:49:43 -0700 Subject: [PATCH] Clarify CDN advantages (#310) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb2d69..631c484 100644 --- a/README.md +++ b/README.md @@ -628,7 +628,7 @@ A content delivery network (CDN) is a globally distributed network of proxy serv Serving content from CDNs can significantly improve performance in two ways: -* Users receive content at data centers close to them +* Users receive content from data centers close to them * Your servers do not have to serve requests that the CDN fulfills ### Push CDNs