[skip ci] update README

This commit is contained in:
Sven SAULEAU
2016-12-17 16:37:45 +01:00
committed by GitHub
parent 3ef8e61d72
commit 9d76f0b2de

View File

@@ -9,7 +9,7 @@ import { transform } from 'babel-core';
import * as babel from 'babel-core';
```
All transformation will use your local configuration files (.babelrc or in package.json). See [options](#options) to disable it.
All transformations will use your local configuration files (.babelrc or in package.json). See [options](#options) to disable it.
## babel.transform(code: string, [options?](#options): Object)