From c927402e1e89f973da258d6a8c551eda93c46b78 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 28 Jan 2020 06:39:05 +0100 Subject: [PATCH] Update README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49e437b..f6a1159 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ If your repository follows the state-of-the-art shitcode principles you may use ## The Principles -Name variables in a way like your code is already obfuscated. +### Name variables in a way like your code is already obfuscated. -Good: +**Good:** ``` let a = 42; ``` -Bad: +**Bad:** ``` let age = 42