Skip to content

Commit ae560b0

Browse files
committed
docs(babel): fix copy-and-pasted references to Jest
1 parent 8785fc5 commit ae560b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/babel/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ A plugin to run [Babel](https://babeljs.io/) to compile ES2015+ syntax.
77
With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-and-using-tool-kit), install this plugin as a dev dependency:
88

99
```sh
10-
npm install --save-dev @dotcom-tool-kit/jest
10+
npm install --save-dev @dotcom-tool-kit/babel
1111
```
1212

1313
And add it to your repo's `.toolkitrc.yml`:
1414

1515
```yaml
1616
plugins:
17-
- '@dotcom-tool-kit/jest'
17+
- '@dotcom-tool-kit/babel'
1818
```
1919
2020
<!-- begin autogenerated docs -->

0 commit comments

Comments
 (0)