Skip to content

Commit d5a856a

Browse files
committed
Update other readmes
1 parent a6e697b commit d5a856a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
1616

1717
- [packages/web](./packages/web/README.md)
1818

19-
- JS Web SDK implementation (extension of `packages/common`)
19+
- JS Web SDK implementation (extension of `packages/common`)<>
20+
21+
- [packages/node](./packages/node/README.md)
22+
23+
- NodeJS client implementation (extension of `packages/common`)<>
2024

2125
- [packages/react](./packages/react/README.md)
2226

@@ -80,6 +84,10 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
8084

8185
- [demos/example-capacitor](./demos/example-capacitor/README.md) A Capacitor example app using the PowerSync Web SDK.
8286

87+
### Node
88+
89+
- [demos/example-node](./demos/example-node/README.md) A small CLI example built using the PowerSync SDK for NodeJS.
90+
8391
## Tools
8492

8593
- [tools/diagnostics-app](./tools/diagnostics-app): A standalone web app that presents stats about a user's local database (incl. tables and sync buckets).

packages/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ or download sqlite3 and PowerSync binaries.
2424

2525
# Getting Started
2626

27-
You can follow along our [web SDK reference](https://docs.powersync.com/client-sdk-references/js-web) for the web
27+
You can follow along our [web SDK reference](https://docs.powersync.com/client-sdk-references/js-web)
2828
which contains everything you need to know to get started implementing PowerSync in your project.
2929
Replace imports of `@powersync/web` with `@powersync/node` where necessary.
3030

0 commit comments

Comments
 (0)