diff --git a/README.md b/README.md index a635159..7f14d69 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ react-render Handles the simple use case of loading in a component and rendering it to markup. -To try and avoid version incompatibilities, React is resolved from the component's path. +To avoid version incompatibilities, React is resolved from the component's path. Installation ------------ ```javascript -npm install react react-render +npm install react-render ```