Skip to content

Commit 544851e

Browse files
committed
Remove globally installed typescript from README
1 parent c94eb1d commit 544851e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
## Installation
1111

1212
```sh
13-
# Locally in your project
13+
# Locally in your project.
1414
npm install -D ts-node
1515
npm install -D typescript
1616

17-
# Or globally (not recommended)
17+
# Or globally.
1818
npm install -g ts-node
19-
npm install -g typescript
2019
```
2120

2221
**Tip:** Installing modules locally allows you to control and share the versions through `package.json`.

0 commit comments

Comments
 (0)