From 9a86962db17acdc69a25fa2b4f298195f7deef53 Mon Sep 17 00:00:00 2001
From: totalamd <totalamd@users.noreply.github.com>
Date: Wed, 18 Oct 2017 10:40:33 +0300
Subject: [PATCH] simplify pug code

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e55b78c..584245d 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ You can also mix preprocessor languages in the component file:
 </style>
 
 <template lang="jade">
-h1(class="red") {{msg}}
+h1.red {{msg}}
 </template>
 
 <script lang="coffee">