You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/example-electron-node/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Apart from the build setup, this example is purposefully kept simple.
27
27
To make sure PowerSync is working, you can run `await powersync.get('SELECT powersync_rs_version()');` in the DevTools
28
28
console. A result from that query implies that the PowerSync was properly configured.
29
29
30
-
For more details, see the documentation for [the PowerSync node package](https://docs.powersync.com/client-sdk-references/node#node-js-client-alpha) and check other examples:
30
+
For more details, see the documentation for [the PowerSync node package](https://docs.powersync.com/client-sdk-references/node) and check other examples:
31
31
32
32
-[example-node](../example-node/): A Node.js CLI example that connects to PowerSync to run auto-updating queries.
33
33
-[example-electron](../example-electron/): An Electron example that runs PowerSync in the render process instead of in the main one.
0 commit comments