react-toastify
react-toastify copied to clipboard
Updated feature list in readme
Just a bit of housekeeping. The features list on the npmjs page as well as the github readme is outdated, compared to the one in docs/on the demo site So i updated it here to make them match
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master
. - Run
yarn
in the repository root. - If you've fixed a bug or added code that should be tested, add tests!
- Ensure the test suite passes (
yarn test
). - Run
yarn start
to test your changes in the playground. - Update the readme is needed
- Update the typescript definition is needed
- Format your code with prettier (
yarn prettier-all
). - Make sure your code lints (
yarn lint:fix
).
Learn more about contributing here