Skip to content

Commit eb005a6

Browse files
authored
rename kvCache to kv-cache (#70)
1 parent c7be49c commit eb005a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/cloudflare/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Add a [`open-next.config.ts`](https://opennext.js.org/aws/config) file to the ro
8282

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

8787
const config: OpenNextConfig = {
8888
default: {

0 commit comments

Comments
 (0)