Change help out to help in readme.md

Summary:
Issue fixed: #761

- [x] All tests pass. Demo project builds and runs.
- [x] I added tests, an experiment, or detailed why my change isn't tested.
- [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes.
- [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md)
Closes https://github.com/Instagram/IGListKit/pull/778

Differential Revision: D5129314

Pulled By: rnystrom

fbshipit-source-id: 3e0f3f9df908966d1e24f3827451a68ef72862f0
This commit is contained in:
Daniel Alamo 2017-05-25 07:28:02 -07:00 committed by Facebook Github Bot
parent 10007d6dc3
commit 0ab9e0323e

View file

@ -91,7 +91,7 @@ For the long term goals and "vision" of `IGListKit`, please read our [Vision](ht
## Contributing
Please see the [CONTRIBUTING](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) file for how to help out. At Instagram we sync the open source version of `IGListKit` daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested and follow our style guide.
Please see the [CONTRIBUTING](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) file for how to help. At Instagram we sync the open source version of `IGListKit` daily, so we're always testing the latest changes. But that requires all changes be thoroughly tested and follow our style guide.
We have a set of [starter tasks](https://github.com/Instagram/IGListKit/issues?q=is%3Aissue+is%3Aopen+label%3Astarter-task) that are great for beginners to jump in on and start contributing.