Skip to content

Commit 6b17a60

Browse files
committed
chore: update readme
1 parent 0863102 commit 6b17a60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo
9292
}
9393

9494
// app/page.tsx (client component)
95-
("use client");
95+
"use client";
9696
import { useConfig } from "@replanejs/next";
9797

9898
export default function Page() {
@@ -118,9 +118,9 @@ npm install @replanejs/svelte
118118
});
119119
</script>
120120
121-
<ReplaneProvider {client}>
121+
<ReplaneContext {client}>
122122
<slot />
123-
</ReplaneProvider>
123+
</ReplaneContext>
124124
```
125125

126126
```svelte

0 commit comments

Comments
 (0)