From d9e7f7e2799c9bd569e01e86056eb68be5ae30e0 Mon Sep 17 00:00:00 2001 From: Yannick Date: Sun, 23 Apr 2017 20:18:29 +0200 Subject: [PATCH] Fixed Markdown formatting Some formatting was broken --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c13ee3b..673da41 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -#unveil.js -###A very lightweight plugin to lazy load images for jQuery or Zepto.js - - +# unveil.js +### A very lightweight plugin to lazy load images for jQuery or Zepto.js Most of us are familiar with the [Lazy Load](http://www.appelsiini.net/projects/lazyload) plugin by [Mika Tuupola](http://www.appelsiini.net/). This plugin is very useful and it boosts performance delaying loading of images in long web pages because images outside of viewport (visible part of web page) won't be loaded until the user scrolls to them. @@ -11,9 +9,9 @@ That's what I did and this is my lightweight version of Lazy Load with support f Visit unveil's [project page](http://luis-almeida.github.com/unveil/) to read the documentation and see the demo. -###Browser support +### Browser support Compatible with All Browsers and IE7+. -###License +### License Unveil is licensed under the [MIT license](http://opensource.org/licenses/MIT).