We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a8394 commit 69cdf44Copy full SHA for 69cdf44
src/content/docs/durable-objects/examples/use-kv-from-durable-objects.mdx
@@ -1,6 +1,6 @@
1
---
2
-title: Use KV from Durable Objects
3
-summary: Read and write to/from KV within a Durable Object
+title: Use Workers KV from Durable Objects
+summary: Read and write to/from Workers KV within a Durable Object
4
pcx_content_type: example
5
sidebar:
6
order: 20
@@ -91,4 +91,4 @@ export class YourDurableObject extends DurableObject {
91
return Response.json(val);
92
}
93
94
-```
+```
0 commit comments