Skip to content

Commit

Permalink
correct code fencing
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish21 committed Jun 12, 2022
1 parent bf6feba commit ef77630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ To include the DO class into the worker, we have to add the new DO package as a
bindings = [
{name = "<DO_BINDING_NAME>", class_name = "<DO_CLASS_NAME>"},
]
```

For development add the following to [`wrangler.dev.toml`](packages/worker/wrangler.dev.toml)

```toml
[env.dev.durable_objects]
bindings = [
{name = "<DO_BINDING_NAME>", class_name = "<DO_CLASS_NAME>"},
Expand Down

0 comments on commit ef77630

Please sign in to comment.