From d5ff014520ef97d55381d594ae52938117947d6b Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 28 Sep 2016 20:24:48 +0100 Subject: [PATCH] Fix the doc --- packages/babel-preset-react-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-preset-react-app/README.md b/packages/babel-preset-react-app/README.md index b2893683234..c7548b84531 100644 --- a/packages/babel-preset-react-app/README.md +++ b/packages/babel-preset-react-app/README.md @@ -12,7 +12,7 @@ The easiest way to use this configuration is with [Create React App](https://git ## Usage Outside of Create React App -If you want to use this ESLint configuration in a project not built with Create React App, you can install it with following steps. +If you want to use this Babel preset in a project not built with Create React App, you can install it with following steps. First, [install Babel](https://babeljs.io/docs/setup/).