Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replace code block language from bash to console
  • Loading branch information
piranna committed Mar 6, 2021
commit b9351fab541521180528685d4a1dbdd11728d746
6 changes: 3 additions & 3 deletions doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ module.exports = 42;
console.log(require('@my/package'));
```

```bash
node other.js
# 42
```console
$ node other.js
42
```

## Dual CommonJS/ES module packages
Expand Down