Fix typo in readme for wrangler kv (#19)

This commit is contained in:
Ryan Li 2022-03-22 04:32:31 -05:00 committed by GitHub
parent 01ff18e742
commit a80f7134a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ cp wrangler_example.toml wrangler.toml
Replacing the following fields:
- `account_id`: your Cloudflare account ID;
- `zone_id`: (Optional) DNS zone ID; and
- `kv_namespaces`: a KV namespace ID (created with `wrangler kv:namespace create SIWE-OIDC`).
- `kv_namespaces`: a KV namespace ID (created with `wrangler kv:namespace create SIWE_OIDC`).
At this point, you should be able to create/publish the worker:
```