Skip to content

Commit fe33d41

Browse files
authored
Update README.md
1 parent f546aa7 commit fe33d41

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
@@ -60,7 +60,7 @@ export default class App extends Component {
6060
// ...
6161
```
6262
## Streaming HTML Markup
63-
To use streaming on the server side, use either the renderToStaticNodeStream or renderToNodeStream. Both streaming option works with caching, but not yet compatible with templatization. To use the streaming functions, simply pass in these 5 arguments:
63+
To use streaming on the server side, use either the renderToStaticNodeStream or renderToNodeStream function. Both streaming option works with caching, but not yet compatible with templatization. To use the streaming functions, simply pass in these 5 arguments:
6464
(
6565
`component`: The React component being rendered
6666
`cache`: The component cache object

0 commit comments

Comments
 (0)