Skip to content

Commit 261b2a2

Browse files
committed
Fixes.
1 parent 57aeb14 commit 261b2a2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
4545
- [demos/angular-supabase-todolist](./demos/angular-supabase-todolist/README.md) An Angular to-do list example app using the PowerSync Web SDK and a Supabase backend.
4646
- [demos/example-webpack](./demos/example-webpack/README.md): A minimal example demonstrating bundling with Webpack.
4747
- [demos/example-vite](./demos/example-vite/README.md): A minimal example demonstrating bundling with Vite.
48+
- [demos/example-nextjs](./demos/example-nextjs/README.md): An example demonstrating setup with Next.js.
4849

4950
# Development
5051

demos/example-nextjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PowerSync Next.JS exxample
1+
# PowerSync Next.js example
22

33
This example is built using [Next.js](https://nextjs.org/) and the [PowerSync JS web SDK](https://docs.powersync.com/client-sdk-references/js-web).
44

demos/example-nextjs/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
1212
return (
1313
<html lang="en">
1414
<head>
15-
<title>PowerSync Next.JS Example</title>
15+
<title>PowerSync Next.js Example</title>
1616
</head>
1717
<body>
1818
<CssBaseline />

0 commit comments

Comments
 (0)