Skip to content

Commit

Permalink
Fix yarn install command in Readme.md
Browse files Browse the repository at this point in the history
`@babel-preset-typescript` does not exist, `@babel-preset-typescript` does.

Am I the only one using `yarn` these days?
  • Loading branch information
Bersaelor authored Mar 2, 2023
1 parent 59ca24c commit 412d8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ $ npm install @babel/core @babel/runtime @babel/plugin-transform-runtime @babel/
**Yarn**

```
$ yarn add @babel/core @babel/runtime @babel/plugin-transform-runtime @babel-preset-typescript @babel/preset-env --dev
$ yarn add @babel/core @babel/runtime @babel/plugin-transform-runtime @babel/preset-typescript @babel/preset-env --dev
```

**pnpm**
Expand Down

0 comments on commit 412d8a2

Please sign in to comment.