Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Silbermann <[email protected]>
  • Loading branch information
sebmarkbage and eps1lon committed Jun 27, 2024
1 parent 2829604 commit 7817ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-html/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `react-html`

This package provides the ability to render standalone HTML from Server Components for use in embedded contexts such as e-mails and RSS/Atom feeds. It cannot use Client Components and aren't hydrated. It is intended to be paired with the generic React package, which is shipped as `react` to npm.
This package provides the ability to render standalone HTML from Server Components for use in embedded contexts such as e-mails and RSS/Atom feeds. It cannot use Client Components and does not hydrate. It is intended to be paired with the generic React package, which is shipped as `react` to npm.

## Installation

Expand All @@ -23,7 +23,7 @@ async function action(email, name) {
}
```

Note that this is an async function that need to be awaited - unlike the legacy `renderToString` in `react-dom`.
Note that this is an async function that needs to be awaited - unlike the legacy `renderToString` in `react-dom`.

## API

Expand Down

0 comments on commit 7817ea5

Please sign in to comment.