From ef776306ee7d5852e9fad581ce80846b19f4d82d Mon Sep 17 00:00:00 2001 From: Girish21 Date: Sun, 12 Jun 2022 22:36:19 +0530 Subject: [PATCH] correct code fencing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cb0343..6779bae 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,11 @@ To include the DO class into the worker, we have to add the new DO package as a bindings = [ {name = "", class_name = ""}, ] +``` For development add the following to [`wrangler.dev.toml`](packages/worker/wrangler.dev.toml) +```toml [env.dev.durable_objects] bindings = [ {name = "", class_name = ""},