Skip to content

Commit

Permalink
fix: readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angryermine committed Mar 16, 2021
1 parent 7f584d1 commit 732ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const html = renderToString(<YourApp />) + '<script>const marks=' + JSON.stringi
#### renderToStream or async render

```js
import {createLoadableStream} 'react-imported-component';
import {createLoadableStream} from 'react-imported-component';

let importedStream = createLoadableStream();
// ImportedStream is a async rendering "provider"
Expand Down

0 comments on commit 732ea29

Please sign in to comment.