Skip to content

Commit f1fa3c1

Browse files
authored
Update src/content/docs/pages/functions/bindings.mdx
1 parent 0149530 commit f1fa3c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/pages/functions/bindings.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ To configure a KV namespace binding via the Cloudflare dashboard:
2929
2. In **Account Home**, select **Workers & Pages**.
3030
3. Select your Pages project > **Settings**.
3131
4. Select your Pages environment > **Bindings** > **Add** > **KV namespace**.
32-
4. Give your binding a name under **Variable name**.
33-
5. Under **KV namespace**, select your desired namespace.
34-
6. Redeploy your project for the binding to take effect.
32+
5. Give your binding a name under **Variable name**.
33+
6. Under **KV namespace**, select your desired namespace.
34+
7. Redeploy your project for the binding to take effect.
3535

3636
Below is an example of how to use KV in your Function. In the following example, your KV namespace binding is called `TODO_LIST` and you can access the binding in your Function code on `context.env`:
3737

0 commit comments

Comments
 (0)