DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

Documentation - fix links on README.md and typo on CONTRIBUTING.md #974

Closed anneswanson closed 5 years ago

anneswanson commented 5 years ago

On the README.md, correct 3 links.

On CONTRIBUTING.md fix typo: Write tests & code in ES6 goodness :-) un the test suite: npm run test

should instead be:

Write tests & code in ES6 goodness :-) run the test suite: npm run test

anneswanson commented 5 years ago

Pull request: https://github.com/DigitalRiver/react-atlas/pull/975