hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.59k stars 672 forks source link

Fixed run development server command in CONTRIBUTING.md #385

Open DrewVartanian opened 4 years ago

DrewVartanian commented 4 years ago

Types of changes

What types of changes does your code introduce?

Put an x in the boxes that apply

Description

The CONTRIBUTING.md has yarn run dev as the command to start the dev server, but the command is yarn start. This changes CONTRIBUTING.md to reference the correct command.