diff --git a/README.md b/README.md index 6ad9283..7db772a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ var SSR = (() => ({renderToStringFn: (props) => ""}))() // SSR is t var SSR = {renderToStringFn: (props) => ""}; // 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