Skip to content

Commit f05982e

Browse files
authored
fix($readme): update
1 parent bd76eac commit f05982e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ your universal component flushes. Typically you have just a `main` chunk, and if
245245
as that's the default.
246246

247247
- **outputPath** - ***absolute path to the directory containing your client build:*** This is only needed if serving css
248-
embedded in your served response HTML, rather than links to external stylesheets. *See [below](#3-css-instead-of-stylesheets)
249-
for how to do this.* It's needed to determine where in the file system to find the CSS that needs to be extract into
248+
embedded in your served response HTML, rather than links to external stylesheets. I.e. if you are using the `Css` and `css` values in the `return API` described in the next section. It's needed to determine where in the file system to find the CSS that needs to be extract into
250249
an in-memory string. Keep in mind if you're rendering the server with Webpack, filesystem paths may not match up, so it's important
251250
to accurately pass the `outputPath` to your `serverRender` method. We recommend to do this by running your server
252251
express/koa/hapi/etc code via Babel and then by requiring your Webpack server bundle into it.

0 commit comments

Comments
 (0)