Skip to content

Commit f7da6c7

Browse files
committed
Updates docs.
1 parent 0d9efd1 commit f7da6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default asyncComponent({
162162
});
163163
```
164164

165-
### Webpack `require.ensure` Code Splitting API
165+
##### Webpack `require.ensure` Code Splitting API
166166

167167
```jsx
168168
export default asyncComponent({
@@ -174,7 +174,7 @@ export default asyncComponent({
174174
});
175175
```
176176

177-
### Webpack `import` / `System.import` Code Splitting API
177+
##### Webpack `import` / `System.import` Code Splitting API
178178

179179
Note: `System.import` is considered deprecated and will be replaced with `import`, but for now they can be used interchangeably (you may need a Babel plugin for the `import` syntax).
180180

0 commit comments

Comments
 (0)