Skip to content

Commit cdf8043

Browse files
committed
Fix: removed change to first sentence
1 parent 430babe commit cdf8043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/workers-binding-api/browser-rendering-with-DO.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sidebar:
1515

1616
import { Render, PackageManagers, WranglerConfig } from "~/components";
1717

18-
By following this guide, you will create a Worker that uses the Browser Rendering API along with [Durable Objects](/durable-objects/) to scrape titles from web pages and store them in [R2](/r2/).
18+
By following this guide, you will create a Worker that uses the Browser Rendering API along with [Durable Objects](/durable-objects/) to take screenshots from web pages and store them in [R2](/r2/).
1919

2020
Using Durable Objects to persist browser sessions improves performance by eliminating the time that it takes to spin up a new browser session. Since Durable Objects re-uses sessions, it reduces the number of concurrent sessions needed.
2121

0 commit comments

Comments
 (0)