Skip to content

Commit 9730fbd

Browse files
committed
fix numering
1 parent 0e46d50 commit 9730fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Demo: [ressio.github.io/lazy-load-xt](http://ressio.github.io/lazy-load-xt)
162162
There are two ways to initialize elements if auto initialization doesn't suit you:
163163

164164
1. `$(window).lazyLoadXT();` to initialize all elements matching `$.lazyLoadXT.selector`
165-
3. `$(elements).lazyLoadXT();` to initialize all selected elements.
165+
2. `$(elements).lazyLoadXT();` to initialize all selected elements.
166166

167167
For example, `$(container).find(selector).lazyLoadXT();` initializes elements matching `selector` inside `container`.
168168

0 commit comments

Comments
 (0)