From 8d2d3be8c7521ef2f2165ec7bb42255b500a6f22 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 19 Aug 2020 12:57:18 +0100 Subject: [PATCH] update readme wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbca285324..2ca9a1700a 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Once your function is matching, you'll want to make a pull request. Before you d $ ./format.sh ``` -If `format.sh` displays any errors, go and fix them. If you can't fix them without breaking the function from matching, append `// NOLINT` to the offending line. +If `format.sh` has any problems with your code, go and fix the issues. If you can't fix a warning without making the function not match anymore, append `// NOLINT` to the offending line. ## FAQ