Fix babel-plugin-transform-regenerator README (#5852)

This commit is contained in:
Konstantin Pschera 2017-06-13 16:19:36 +02:00 committed by Brian Ng
parent 1b29ab1289
commit fea3a72838

View File

@ -60,13 +60,13 @@ With options:
|generators|true|
|async|true|
````json
```json
{
"plugins": [
["transform-regenerator", {
asyncGenerators: false,
generators: false,
async: false
"asyncGenerators": false,
"generators": false,
"async": false
}]
]
}