From e3b162d8abe8e7a67b9beea3d21f00f5bf994ef8 Mon Sep 17 00:00:00 2001 From: Thomas Kelly Date: Tue, 25 Jul 2017 17:00:23 -0400 Subject: [PATCH] copyedit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b5583..995ba9a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To use this boilerplate, you'll need to take the following steps: ## Linting -Linters are a fundamental tool to any project - it ensures that code your working with has a consistent style, which is critical to writing readable code. +Linters are fundamental to any project - they ensure that your code has a consistent style, which is critical to writing readable code. Everyone has their own style, so Boilermaker does not come prepackaged with a linter. However, we `strongly` recommend that you (and your team, if working in a group) decide on a style, and stick with it. Here's what you need to do: