From da76ccc098c3061c5a2d5f7a0b6e2939ec93d781 Mon Sep 17 00:00:00 2001 From: Machy8 <8machy@seznam.cz> Date: Sat, 30 Sep 2017 15:34:24 +0200 Subject: [PATCH] - 3.0 - Updated readme --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index aa7e9bc..3ff2dbf 100755 --- a/README.md +++ b/README.md @@ -14,21 +14,21 @@ ```` Slim !5 html -head - utf-8 - viewport - favicon includes/favicon.ico - title Macdom example -body - h1 #title .titles .main-title Hello world - nav - @ a $http://www.[@].com $blank Link on - - [google] .first-link Google - [yahoo] Yahoo - [github] Github - div #wrapper Some text here. - https://www.code.jquery.com/jquery-1.12.0.min.js async - + head + utf-8 + viewport + favicon includes/favicon.ico + title Macdom example + body + h1 #title .titles .main-title Hello world + nav + @ a $http://www.[@].com $blank Link on - + [google] .first-link Google + [yahoo] Yahoo + [github] Github + div #wrapper Some text here. + https://www.code.jquery.com/jquery-1.12.0.min.js async + ```` **Result**