Skip to content

Commit 9333a58

Browse files
docs(cf): minor change
1 parent 791dc7f commit 9333a58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cloudflare/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ app.use((c: Context, next: Next) =>
111111
[[durable_objects.bindings]]
112112
name = "CACHE"
113113
class_name = "DurableObjectRateLimiter"
114+
115+
[[migrations]]
116+
tag = "v1" # Should be unique for each entry
117+
new_classes = ["DurableObjectRateLimiter"]
114118
```
115119

116120
For more info on setting up your `Durable Objects` you can check out [Get Started Guide](https://developers.cloudflare.com/durable-objects/get-started/) on cloudflare.

0 commit comments

Comments
 (0)