We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dc156 commit 55b48f5Copy full SHA for 55b48f5
src/content/docs/kv/get-started.mdx
@@ -164,7 +164,7 @@ To bind your KV namespace to your Worker:
164
1. In your `wrangler.toml` file, add the following with the values generated in your terminal from [step 2](/kv/get-started/#2-create-a-kv-namespace):
165
166
```toml
167
- [[kv_namespaces]] =
+ [[kv_namespaces]]
168
binding = "<BINDING_NAME>"
169
id = "<BINDING_ID>"
170
0 commit comments