Skip to content

Commit 5a46a40

Browse files
committed
Merge pull request #18 from jayphelps/patch-1
"6to5" is now "babel"
2 parents bc34965 + 68474c2 commit 5a46a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ According to [benchmarks](https://github.com/RReverser/acorn-jsx/blob/master/tes
1010

1111
## Transpiler
1212

13-
Please note that this tool only parses source code to JSX AST, which is useful for various language tools and services. If you want to transpile your code to regular ES5-compliant JavaScript with source map, check out [6to5 transpiler](http://6to5.org/) which used `acorn-jsx` under the hood.
13+
Please note that this tool only parses source code to JSX AST, which is useful for various language tools and services. If you want to transpile your code to regular ES5-compliant JavaScript with source map, check out the [babel transpiler](https://babeljs.io/) which uses `acorn-jsx` under the hood.
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)