Skip to content

Commit 2b0f13a

Browse files
committed
NodeJS -> Node.js
1 parent e5a57a5 commit 2b0f13a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

2121
- [packages/node](./packages/node/README.md)
2222

23-
- NodeJS client implementation (extension of `packages/common`)
23+
- Node.js client implementation (extension of `packages/common`)
2424

2525
- [packages/react](./packages/react/README.md)
2626

demos/example-node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## NodeJS Demo
1+
## Node.js Demo
22

3-
This demonstrates a small NodeJS client opening a database and connecting PowerSync.
3+
This demonstrates a small Node.js client opening a database and connecting PowerSync.
44

55
This demo is configured to talk to an example backend [you can host yourself](https://github.com/powersync-ja/self-host-demo). To get started:
66

packages/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side._
88

9-
This package (`packages/node`) is the PowerSync SDK for NodeJS clients. It is an extension of `packages/common`.
9+
This package (`packages/node`) is the PowerSync SDK for Node.js clients. It is an extension of `packages/common`.
1010
Using this package is not necessary for PowerSync on servers, see [our documentation](https://docs.powersync.com/installation/app-backend-setup) for more details on that.
1111

1212
This package has an API similar to the PowerSync web SDK, for which a summary of features is available [here](https://docs.powersync.com/client-sdk-references/js-web).

0 commit comments

Comments
 (0)