Skip to content

Commit 2d0e1ef

Browse files
committed
casing
1 parent 2b0f13a commit 2d0e1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="https://www.powersync.com" target="_blank"><img src="https://github.com/powersync-ja/.github/assets/7372448/d2538c43-c1a0-4c47-9a76-41462dba484f"/></a>
33
</p>
44

5-
# PowerSync SDK for Node.JS
5+
# PowerSync SDK for Node.js
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

packages/node/src/db/SqliteWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const loadExtension = (db: Database) => {
106106
} else if (platform === 'darwin') {
107107
extensionPath = 'libpowersync.dylib';
108108
} else {
109-
throw 'Unknown platform, PowerSync for Node.JS currently supports Windows, Linux and macOS.';
109+
throw 'Unknown platform, PowerSync for Node.js currently supports Windows, Linux and macOS.';
110110
}
111111

112112
const resolved = url.fileURLToPath(new URL(`../${extensionPath}`, import.meta.url));

0 commit comments

Comments
 (0)