Skip to content

Commit 261b7b9

Browse files
authored
Fix inconsistent reference to ts-node in docs
1 parent 1cc91d9 commit 261b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ npm install -g ts-node
1515
npm install -D tslib @types/node
1616
```
1717

18-
**Tip:** Installing modules locally allows you to control and share the versions through `package.json`. TS Node will always resolve the compiler from `cwd` before checking relative to its own installation.
18+
**Tip:** Installing modules locally allows you to control and share the versions through `package.json`. ts-node will always resolve the compiler from `cwd` before checking relative to its own installation.

0 commit comments

Comments
 (0)