Skip to content

Commit

Permalink
Update PoP number
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Pinkerton committed Sep 11, 2018
1 parent 1e37c2c commit 8c5511c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/cloudflare/guide/intro.md
Expand Up @@ -23,7 +23,7 @@ The Serverless Framework is different than other application frameworks because:
Here are the Serverless Framework's main concepts and how they pertain to Cloudflare Workers.

### Functions
A Function is a Cloudflare Worker. It's an independent unit of deployment, like a microservice. It's merely code, deployed on Cloudflare’s 151+ PoPs (points of presence), that is most often written to perform a single job, such as:
A Function is a Cloudflare Worker. It's an independent unit of deployment, like a microservice. It's merely code, deployed on Cloudflare’s 152+ PoPs (points of presence), that is most often written to perform a single job, such as:
* *Performing A/B Testing*
* *Custom routing based on user location, custom headers, etc.*
* *Hosting webhook endpoints*
Expand Down

0 comments on commit 8c5511c

Please sign in to comment.