Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 79d8d35

Browse files
committed
Merge pull request #327 from danharper/patch-1
README - Correct "babelOptions" from "to5Options"
2 parents d0fec4b + 8699348 commit 79d8d35

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
@@ -77,7 +77,7 @@ System.traceurOptions = {...};
7777
Or with Babel:
7878

7979
```javascript
80-
System.to5Options = {...};
80+
System.babelOptions = {...};
8181
```
8282

8383
#### Module Tag

0 commit comments

Comments
 (0)