Skip to content

Commit

Permalink
Fix babel-plugin-transform-regenerator README (#5852)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15a authored and existentialism committed Jun 13, 2017
1 parent 1b29ab1 commit fea3a72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/babel-plugin-transform-regenerator/README.md
Expand Up @@ -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
}]
]
}
Expand Down

0 comments on commit fea3a72

Please sign in to comment.