From 46c72d5e6ca52ac18f364dc81c638c13aef7486d Mon Sep 17 00:00:00 2001 From: evolvedhat <101434195+evolvedhat@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:54:19 -0700 Subject: [PATCH] Update README.MD (#1131) Minor changes to description (copied from website). Moved installation to after the setup section. Done as a part of a school project :) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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