Skip to content

Commit 26bce36

Browse files
committed
Minor fix to import statement
1 parent bf6770b commit 26bce36

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
@@ -435,7 +435,7 @@ between CommonJS and ES6 modules.
435435
ES6 provides us with various flavors of importing. We can import an entire file:
436436

437437
```javascript
438-
import `underscore`;
438+
import 'underscore';
439439
```
440440

441441
> It is important to note that simply **importing an entire file will execute

0 commit comments

Comments
 (0)