From 1316392f4b2c9ee6a8c26f2a14e6d874565f222c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 22:58:28 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6e3bb2..c192685 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#hey, be lazy +# hey, be lazy [![Downloads](https://img.shields.io/npm/dm/blazy.svg?style=flat)](https://www.npmjs.com/package/blazy) [![Latest Stable Version](https://img.shields.io/npm/v/blazy.svg?style=flat)](https://www.npmjs.com/package/blazy) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/dinbror/blazy/blob/master/LICENSE) @@ -183,5 +183,5 @@ Exchange `latest` with the specific version number if you want to lock it in. * Added throttle function to ensure that we don't call resize/scroll functions too often. * Cleaning image markup when image has loaded. -##LICENSE: +## LICENSE: Copyright (c) 2013-16 Bjørn Klinggaard. Licensed under the [The MIT License (MIT)](http://opensource.org/licenses/MIT).