From 6b294a7ec57da5f0f266692482bb5fc016dd07bb Mon Sep 17 00:00:00 2001 From: jjshoe Date: Wed, 15 Oct 2014 12:45:09 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad5842..59ee531 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ You are welcome to fork and make pull requests. We appreciate the time you spend If you want to do a pull request, please mind these simple rules : - *One feature per pull request* -- *Write lear commit messages* +- *Write clear commit messages* - *Unit test your feature* : if it's a bug fix for example, write a test that proves the bug exists and that your fix resolves it. - *Write a clear description of the pull request*