Tweak react-dom README

This commit is contained in:
Dan Abramov
2018-09-06 15:22:10 +01:00
committed by GitHub
parent f765f02253
commit b47a28cb9e

View File

@@ -1,6 +1,6 @@
# `react-dom`
This package serves as the entry point of the DOM-related rendering paths. It is intended to be paired with the isomorphic React, which will be shipped as `react` to npm.
This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package, which is shipped as `react` to npm.
## Installation