Skip to content

Commit

Permalink
rename kvCache to kv-cache (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-elicx authored Feb 10, 2025
1 parent c7be49c commit eb005a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cloudflare/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Add a [`open-next.config.ts`](https://opennext.js.org/aws/config) file to the ro

```ts
import type { OpenNextConfig } from "@opennextjs/aws/types/open-next.js";
import cache from "@opennextjs/cloudflare/kvCache";
import cache from "@opennextjs/cloudflare/kv-cache";

const config: OpenNextConfig = {
default: {
Expand Down

0 comments on commit eb005a6

Please sign in to comment.