Skip to content

Commit

Permalink
Update cfwKv.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan authored Oct 14, 2022
1 parent 9a86958 commit 62dded2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/docs/cache/cfwKv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ If you are using Mesh on Cloudflare Workers, you can use [*KV*](https://develope

To get started with this caching strategy, install it:

<PackageCmd packages={['@graphql-mesh/cache-cfkw']} />
<PackageCmd packages={['@graphql-mesh/cache-cf-kw']} />

## How to use?

```yaml
cache:
file:
cf-kw:
namespace: MY_MESH_CACHE
```
Expand Down

0 comments on commit 62dded2

Please sign in to comment.