Fix typo in readme: Verfiy => Verify

This commit is contained in:
Andrew M 2013-11-28 13:14:07 +02:00
Родитель c2cc368753
Коммит 87c51adcc6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ fork StatsD from here: http://github.com/etsy/statsd
2. Hack away
3. If you are adding new functionality, document it in the README
4. If necessary, rebase your commits into logical chunks, without errors
5. Verfiy your code by running the test suite, and adding additional tests if able.
5. Verify your code by running the test suite, and adding additional tests if able.
6. Push the branch up to GitHub
7. Send a pull request to the etsy/statsd project.