diff --git a/packages/babel-cli/README.md b/packages/babel-cli/README.md index ffccb562ac..1c7b29fe05 100644 --- a/packages/babel-cli/README.md +++ b/packages/babel-cli/README.md @@ -4,7 +4,7 @@ In addition, various entry point scripts live in the top-level package at `@babel/cli/bin`. -There are some shell-executable utility scripts, `babel-external-helpers.js` and `babel-node.js`, and the main Babel cli script, `babel.js`. +There is a shell-executable utility script, `babel-external-helpers.js`, and the main Babel cli script, `babel.js`. ## Install