From a5c9f4a6c61c61e09923eca1a091bb2b0031c1f9 Mon Sep 17 00:00:00 2001 From: Petr Brzek Date: Mon, 25 Nov 2013 22:47:18 +0100 Subject: [PATCH] Doc typo fix --- README-template.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-template.md b/README-template.md index 3e7ccef..2e860b2 100644 --- a/README-template.md +++ b/README-template.md @@ -44,7 +44,7 @@ The structure of this repo is: * **.gitignore** – is a list of files that git will ignore. I know you know that, but it's convention. * **.travis.yml** – Configuration file for Travis CI. Travis CI is a hosted continuous integration service for the open source community. * **Gruntfle.js** – task runner. If you don't want to use lesshat-devstack ignore it. -* **LICENCE** – self-explanatory +* **LICENSE** – self-explanatory * **README-template.md** – If you want to edit readme, edit it in this file. README.md is generated. * **README.md** – please don't edit this file. Either edit README-template.md or documentation inside mixins/ folder. * **Bower** – is like NPM for frontend. NPM is like Gems for JavaScript. I could go on forever… diff --git a/README.md b/README.md index 05b4ef9..e5bd015 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ README.md file is automatically generated. **[Documentation](#documentation) |** --- -### Current version: v2.0.9 (2013-11-22) +### Current version: v2.0.9 (2013-11-25) ## Intro Why LESS Hat? In August 2012, while we were developing and extending [CSS Hat](www.csshat.com) for LESS we needed universal mixins. Unfortunately, none of available were good enough that would satisfy our needs and that’s why we created new custom ones on our own, which have become the most popular mixin library for the whole LESS CSS. @@ -44,7 +44,7 @@ The structure of this repo is: * **.gitignore** – is a list of files that git will ignore. I know you know that, but it's convention. * **.travis.yml** – Configuration file for Travis CI. Travis CI is a hosted continuous integration service for the open source community. * **Gruntfle.js** – task runner. If you don't want to use lesshat-devstack ignore it. -* **LICENCE** – self-explanatory +* **LICENSE** – self-explanatory * **README-template.md** – If you want to edit readme, edit it in this file. README.md is generated. * **README.md** – please don't edit this file. Either edit README-template.md or documentation inside mixins/ folder. * **Bower** – is like NPM for frontend. NPM is like Gems for JavaScript. I could go on forever…