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

Commit 8699348

Browse files
committed
Correct "babelOptions" in README, was "to5Options"
1 parent d0fec4b commit 8699348

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)