From 38af888a459e9fad23e812a5d461fcdaf74fbac8 Mon Sep 17 00:00:00 2001 From: Felipe Hefler Date: Mon, 16 Apr 2018 13:06:04 +0200 Subject: [PATCH] Fixed Readme. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 17df445..c601924 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,10 @@ -#Readme +# Readme Z-Grid is a simple CSS flexible grid inspired(ish) by flexbox model using the calc() function. -##Usage +## Usage Check `example.html` for a quick look about **z-grid** usage. -##Compiling +## Compiling Install all the dev dependencies and run `npm run-script build` to compile the SCSS files. *Copyright (c) 2018 Felipe Hefler/Zoopit AS. Z-Grid is distributed under the terms of the GNU General Public License version 3.*