Skip to content

Commit 32dc348

Browse files
authored
Update use-kv-from-durable-objects.mdx
1 parent fd0e5ea commit 32dc348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/examples/use-kv-from-durable-objects.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use KV from Durable Objects
2+
title: Use Workers KV from Durable Objects
33
summary: Read and write to/from KV within a Durable Object
44
pcx_content_type: example
55
sidebar:
@@ -91,4 +91,4 @@ export class YourDurableObject extends DurableObject {
9191
return Response.json(val);
9292
}
9393
}
94-
```
94+
```

0 commit comments

Comments
 (0)