File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/durable-objects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ cd durable-object-starter
6666
6767To add a Durable Object to an existing Worker, you need to:
6868
69- 1 . Modify the code of the existing Worker to include the following:
69+ - Modify the code of the existing Worker to include the following:
7070
7171 ``` ts
7272 export class MyDurableObject extends DurableObject <Env > {
@@ -91,7 +91,7 @@ To add a Durable Object to an existing Worker, you need to:
9191 } satisfies ExportedHandler <Env >;
9292 ```
9393
94- 2 . Update the Wrangler configuration file of your existing Worker to bind the Durable Object to the Worker.
94+ - Update the Wrangler configuration file of your existing Worker to bind the Durable Object to the Worker.
9595
9696:::
9797
You can’t perform that action at this time.
0 commit comments