Skip to content

Commit 8af7a38

Browse files
author
James Hill
committed
Updated README with clearer SSR instructions
1 parent 9006506 commit 8af7a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ You provide mutations to your state via the `setState` function, this accepts a
222222

223223
# SSR
224224

225-
`hypnode` provides a fallback Virtual `DOM` representation for server side rendering (universal rendering). You can use this output to generate a complete `HTML` representation of your app. This output depends on a `window.document` reference being defined, if it is, `hypnode` will return a standard `HTMLElement`. A prebuilt utility that provides this can be found here: [`hypnode-server`](https://github.com/jhdevuk/hypnode-server)
225+
`hypnode` provides a fallback Virtual `DOM` representation for server side rendering (universal rendering). You can use this output to generate a complete `HTML` representation of your app. This output depends on a `window.document` reference being undefined, if it is, `hypnode` will return a virtual `DOM` object. A prebuilt utility that can convert this into an `HTML` string can be found here: [`hypnode-server`](https://github.com/jhdevuk/hypnode-server)
226226

227227
# TypeScript
228228

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypnode",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)