Skip to content

Commit

Permalink
docs: [skip ci] update README (#5212)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc authored and existentialism committed May 19, 2017
1 parent aa7817b commit aa8607a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/babel-plugin-transform-flow-strip-types/README.md
Expand Up @@ -16,9 +16,6 @@ function foo(one: any, two: number, three?): string {}
function foo(one, two, three) {}
```
[Try in REPL](http://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=react&code=function%20foo(one%3A%20any%2C%20two%3A%20number%2C%20three%3F)%3A%20string%20%7B%7D&experimental=false&loose=false&spec=false&playground=false&stage=0
)
## Installation
```sh
Expand Down

0 comments on commit aa8607a

Please sign in to comment.