Skip to content

Commit 8be2b24

Browse files
committed
Update gotcha
1 parent 972b31b commit 8be2b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Instead, you must use simpler expressions that can be resolved at build-time:
179179
var str = require('fs').readFileSync(__dirname + '/file.txt', 'utf8');
180180
```
181181

182-
Another gotcha: `brfs` does not yet support ES2015 syntax like destructuring or `import` statements. See [brfs-babel](https://github.com/Jam3/brfs-babel) for an experimental replacement that supports this syntax.
182+
Another gotcha: `brfs` does not yet support ES module `import` statements. See [brfs-babel](https://github.com/Jam3/brfs-babel) for an experimental replacement that supports this syntax.
183183

184184
# license
185185

0 commit comments

Comments
 (0)