Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 5f44304

Browse files
committed
fixed readme
1 parent 6a84701 commit 5f44304

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
@@ -12,7 +12,7 @@ Wraps a react component in a proxy component to enable Code Splitting (loads a r
1212

1313
``` js
1414
var Component = require("react-proxy!./Component");
15-
// => returns the proxied component (You can hot update it.)
15+
// => returns the proxied component (It loads on demand.)
1616
// (webpack creates an additional chunk for this component and its dependencies)
1717

1818
var ComponentProxyMixin = require("react-proxy!./Component").Mixin;

0 commit comments

Comments
 (0)