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