From b868ca0256fa15a00294834aff81c52a5b7b7267 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 4 Jul 2016 14:30:11 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c14e4450..e365a5a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,5 +3,5 @@ Thanks you for contributing to Emby for Kodi! * Please make pull requests towards the **develop** branch, not the master branch. -* Try to keep lines shorter than 100 to keep things clean and readable. +* Try to keep the maximum line length shorter than 100 characters to keep things clean and readable. * Add comments if necessary.