From 48be2ed961ab0c49db163162cec754c3bad0de55 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 9 Nov 2020 16:16:07 +0900 Subject: [PATCH] Mention that the default branch is usually master or main Since 'main' is the now the default for new repos moving forward. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8841e02e..c664ed52 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It is a simple combination of various linters, written in `bash`, to help valida **The end goal of this tool:** -- Prevent broken code from being uploaded to the default branch (_Usually_ `master`) +- Prevent broken code from being uploaded to the default branch (_Usually_ `master` or `main`) - Help establish coding best practices across multiple languages - Build guidelines for code layout and format - Automate the process to help streamline code reviews