Skip to content

Commit

Permalink
Update README.md (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno authored Mar 13, 2024
1 parent 650d8af commit 06471d6
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 @@ -70,7 +70,7 @@ var SSR = (() => ({renderToStringFn: (props) => "<html></html>"}))() // SSR is t
var SSR = {renderToStringFn: (props) => "<html></html>"}; // SSR is the entry point
```

> The exports results are managed by the bundler directly.
> The export results are managed by the bundler directly.
## Example with initial props

Expand Down

0 comments on commit 06471d6

Please sign in to comment.