diff --git a/README.md b/README.md index e46d715c7..140e69371 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,10 @@ [![Downloads][downloads-image]][downloads-url] An à la carte set of polished, extensible, and accessible form inputs built for React. +Get going quickly with the low friction setup! **Demos and Documentation [here](http://jquense.github.io/react-widgets/)** -### Install - -`npm install react-widgets` - ### Local development and contributing React widgets, uses a "monorepo" organization style for managing multiple npm packages @@ -20,6 +17,10 @@ workspaces. To get everything setup and dependencies installed: - make sure you have the **latest** version of yarn installed - run `yarn run bootstrap` in the repo root directory +### Install + +`npm install react-widgets` + #### Running the doc site locally - Follow the steps above