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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Sep 9, 2023
1 parent 2eed9f1 commit 9ad2d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello-world/node-js/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ console.log("Ping took", `${diff}ms.`);

Your final code should look like this:

File name: ping.js
File name: ping.mjs

```ts
import { Client, functions } from "@mtkruto/node";
Expand Down

0 comments on commit 9ad2d47

Please sign in to comment.