From 9d09d54b3d012311537cef190f887bbdbe949ab8 Mon Sep 17 00:00:00 2001 From: RaphaelEidus Date: Wed, 26 Mar 2014 12:29:47 -0400 Subject: [PATCH] fix documentation error --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6f55ee..449071c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Using Echo.js is simple, just add the image you wish to load to a `data-echo` a Echo.init({ offset: 100, throttle: 250, + unload: false, + placeholder: 'img/blank.gif' }); // Echo.render(); is also available for non-scroll callbacks