Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
escaton committed May 23, 2019
1 parent 348fb1e commit 6c5ac19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Compared to [@babel/plugin-transform-flow-comments](https://babeljs.io/docs/en/b

### Known issues

In some cases the result may look a bit messy,
so i recommend to apply [Prettier](http://prettier.io/) after transformation:
In some cases the result may look a bit messy:
```js
var f = (d: any): number);
```
```js
var f = (((d/*: any*/)/*: number*/));
```
so i recommend to apply [Prettier](http://prettier.io/) after transformation.

### Setup & Run

Expand Down

0 comments on commit 6c5ac19

Please sign in to comment.