Skip to content

Commit a1bdbe2

Browse files
authored
[Workers for Platforms] Fix pricing formula for scripts in pricing.mdx (#22779)
1 parent 0154761 commit a1bdbe2

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A Workers for Platforms project that serves 100 million requests per month, uses
2727
| **Subscription** | $25.00 | |
2828
| **Requests** | $24.00 | (100,000,000 requests - 20,000,000 included requests) / 1,000,000 \* $0.30 |
2929
| **CPU time** | $18.80 | ((10 ms of CPU time per request \* 100,000,000 requests) - 60,000,000 included CPU ms) / 1,000,000 \* $0.02 |
30-
| **Scripts** | $4.00 | 1200 scripts - 1000 included scripts \* $0.02 |
30+
| **Scripts** | $4.00 | (1200 scripts - 1000 included scripts) \* $0.02 |
3131
| **Total** | $71.80 | |
3232

3333
:::note[Custom limits]

0 commit comments

Comments
 (0)