diff --git a/packages/babel-core/README.md b/packages/babel-core/README.md index 2a039557b5..8818c4f657 100644 --- a/packages/babel-core/README.md +++ b/packages/babel-core/README.md @@ -11,7 +11,7 @@ $ npm install babel-core ## Usage ```js -import babel from 'babel-core'; +import * as babel from 'babel-core'; const code = `class Example {}`; const result = babel.transform(code, { /* options */ });