Skip to content

Commit 71b4bde

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent cf25af7 commit 71b4bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/NodeJS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NodeJS example
1+
# Node.js example
22

33
This example demonstrates how to use JavaScriptKit with Node.js. It shows how to export Swift functions to JavaScript and run them in a Node.js environment.
44

Sources/JavaScriptKit/Documentation.docc/Articles/Package-Output-Structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function main() {
5555
main();
5656
```
5757

58-
> Tip: For a complete Node.js setup example, see the [NodeJS example](https://github.com/swiftwasm/JavaScriptKit/tree/main/Examples/NodeJS).
58+
> Tip: For a complete Node.js setup example, see the [Node.js example](https://github.com/swiftwasm/JavaScriptKit/tree/main/Examples/NodeJS).
5959
6060
### With Bundlers (Vite, Webpack, etc.)
6161

0 commit comments

Comments
 (0)