Skip to content

Commit 00c9263

Browse files
authored
Apply suggestions from code review
1 parent df691d3 commit 00c9263

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/images/pricing.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ If you serve 2,000 remote images in five different sizes each month, then this r
6363

6464
| |Usage |Included |Billable quantity |Price |
6565
|-----------------------|-----------------------|-----------------------|-------------------------|-------------------------|
66-
|Transformations |(2,000 original images) × (5 sizes) = 10,000 unique transformations |5,000 |5,000 |$2.50 |
66+
|Transformations |2,000 original images × 5 sizes = 10,000 unique transformations |5,000 |5,000 |$2.50 |
6767

68-
If you use [R2](/r2/) for storage, then your estimated monthly costs will be the sum of your monthly Images costs and monthly [R2 costs](/r2/pricing/#storage-usage).
68+
If you use [R2](/r2/) for storage then your estimated monthly costs will be the sum of your monthly Images costs and monthly [R2 costs](/r2/pricing/#storage-usage).
6969

7070
For example, if you upload 5,000 images to R2 with an average size of 5 MB, and serve 2,000 of those images in five different sizes, then your estimated cost for the month would be:
7171

7272
| |Usage |Included |Billable quantity |Price |
7373
|-----------------------|-----------------------|-----------------------|-------------------------|-------------------------|
74-
|Storage |(5,000 objects) × (5 MB per object) = 25 GB |10 GB |15 GB |$0.22 |
75-
|Class A operations |(5,000 objects) × (1 write per object) = 5,000 writes |1 million |0 |$0.00 |
76-
|Class A operations |(2,000 objects) × (5 reads per object) = 10,000 reads |10 million |0 |$0.00 |
77-
|Transformations |(2,000 original images) × (5 sizes) = 10,000 unique transformations |5,000 | 5,000 | $2.50 |
74+
|Storage |5,000 objects × 5 MB per object = 25 GB |10 GB |15 GB |$0.22 |
75+
|Class A operations |5,000 objects × 1 write per object = 5,000 writes |1 million |0 |$0.00 |
76+
|Class B operations |2,000 objects × 5 reads per object = 10,000 reads |10 million |0 |$0.00 |
77+
|Transformations |2,000 original images × 5 sizes = 10,000 unique transformations |5,000 | 5,000 | $2.50 |
7878
|**Total** | |||**$2.72** |
7979

8080
### Images Stored

0 commit comments

Comments
 (0)