Skip to content

Commit

Permalink
Make live demo more prominent in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahhh committed Aug 18, 2016
1 parent ef88b33 commit 8e25bdd
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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/`

0 comments on commit 8e25bdd

Please sign in to comment.