From 2232e646d841e5c9c15c7fb11a7b5db1c2b6f362 Mon Sep 17 00:00:00 2001 From: Ivan Magda Date: Fri, 8 Jun 2018 16:41:32 +0300 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e017cd7..ef18eea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ***SwiftLinter*** is a tool, that helps to enforce Swift style and conventions, based on [GitHub's Swift Style Guide](https://github.com/github/swift-style-guide). -***Supported Rules*** +**Supported Rules**: - **Line length** should be 100 characters or less. - **Leading whitespace** file shouldn't start with whitespace.