n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 82 forks source link

Improved docs by Adding Documentation Based on Example Code #73

Open akashshyamdev opened 3 years ago

akashshyamdev commented 3 years ago
  1. added documentation based on example code

  2. fixed tiny bug in example: "npm build" was changed to "npm run build". It was not working on my system(I think NPM updated) so I have changed it to "npm run build". Using this change, It can work universally.

Let me know if there are any issues and what I can do to fix them. Thanks!