From 06471d6bf80a93115065f1d154b158c3939b037f Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:07:44 +0100 Subject: [PATCH] Update README.md (#27) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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