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

Update props table in readme to say size should be a number #50

Open Hillshum opened 6 years ago

Hillshum commented 6 years ago

The prop-types say that the size prop should be a number, and the example code in the readme also uses a number, so the table should also say number, not string.