From 7c5602038ec404f571821ea6d86aa2ba781cec90 Mon Sep 17 00:00:00 2001 From: Frank Breedijk Date: Mon, 25 Jan 2016 13:59:12 +0100 Subject: [PATCH] Updated Coding Style (markdown) --- Coding-Style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-Style.md b/Coding-Style.md index 7d690e0..4412d83 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -20,7 +20,7 @@ * test before doing a PR! If it's a check best you check with two bad and two good examples which should work as expected (compare results e.g. with SSLlabs) -* don't use backticks anymore +* don't use backticks anymore ( use $(..) instead ) * use double square instead of single square brackets * mind: http://mywiki.wooledge.org/BashPitfalls