Wording tweak.

This commit is contained in:
Brian Vaughn
2017-11-14 08:48:01 -08:00
committed by GitHub
parent db5012307c
commit cd5ecff96d

View File

@@ -24,10 +24,9 @@ yarn add --dev babel-preset-flow
npm install --save-dev babel-preset-flow
```
Then add `flow` to your Babel presets config.
Then add `flow` to your Babel presets config (`.babelrc`).
```json
// .babelrc
{
"presets": ["flow"]
}