diff --git a/README.md b/README.md index 639e026f79..ab2d86c1c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # react-dates -An accessible, easily internationalizable, mobile-friendly datepicker library for the web +An accessible, easily internationalizable, mobile-friendly datepicker library for the web. + +## Live Playground + +For examples of the datepicker in action, go to http://airbnb.io/react-dates. + +To run that demo on your own computer: + +* `npm install` +* `npm run storybook` +* Visit http://localhost:9001/ ## How to Use @@ -139,14 +149,3 @@ The `phrases` prop is an object that contains all the English language phrases c clearDates: PropTypes.node, }), ``` - -## Live Playground -For examples of the datepicker in action, - -Go to [http://airbnb.io/react-dates] - -OR - -* `npm install` -* `npm run storybook` -* Visit `http://localhost:9001/`