docs: [skip ci] update README (#5212)

This commit is contained in:
Sven SAULEAU
2017-01-26 14:00:23 +01:00
committed by Henry Zhu
parent aa7817bafb
commit 931cee7ab8

View File

@@ -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