Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Fix summary
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Sep 9, 2023
1 parent 489ad45 commit f11685f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
- [Introduction](./introduction.md)
- [Hello World](./hello-world.md)
- [Deno](./hello-world/deno.md)
- Node.js
- [ESM](./hello-world/node-js/esm.md)
- [Node.js](./hello-world.md/node-js.md)
- [ECMAScript](./hello-world/node-js/esm.md)
- [CommonJS](./hello-world/node-js/cjs.md)
- [React + Vite](./hello-world/react-vite.md)
- [Vanilla JavaScript](./hello-world/vanilla-javascript.md)
Expand Down
4 changes: 4 additions & 0 deletions src/hello-world/node-js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Node.js

- [ECMAScript](./node-js/esm.md)
- [CommonJS](./node-js/cjs.md)
2 changes: 1 addition & 1 deletion src/hello-world/node-js/cjs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Node.js
# Node.js (CommonJS)

MTKruto is available for Node.js on npm as
[`@mtkruto/node`](https://npm.im/@mtkruto/node). Here you will learn how you can
Expand Down
2 changes: 1 addition & 1 deletion src/hello-world/node-js/esm.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Node.js
# Node.js (ECMAScript)

MTKruto is available for Node.js on npm as
[`@mtkruto/node`](https://npm.im/@mtkruto/node). Here you will learn how you can
Expand Down

0 comments on commit f11685f

Please sign in to comment.