Skip to content

Commit 49b51c0

Browse files
committed
update README links
1 parent fefb0bd commit 49b51c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Copy and paste one of the following `<script>` tags. Note the version number in
5252
#### [jsDelivr](http://www.jsdelivr.com/projects/layzr.js)
5353

5454
```html
55-
<script src="https://cdn.jsdelivr.net/layzr.js/2.0.0/layzr.min.js"></script>
55+
<script src="https://cdn.jsdelivr.net/layzr.js/2.0.2/layzr.min.js"></script>
5656
```
5757

5858
#### [cdnjs](https://cdnjs.com/libraries/layzr.js)
5959

6060
```html
61-
<script src="https://cdnjs.cloudflare.com/ajax/libs/layzr.js/2.0.0/layzr.min.js"></script>
61+
<script src="https://cdnjs.cloudflare.com/ajax/libs/layzr.js/2.0.2/layzr.min.js"></script>
6262
```
6363

6464
### Download
@@ -210,7 +210,7 @@ instance.on('src:before', (element) => {
210210
})
211211
```
212212

213-
Load event handlers should be attached using this event. See the [example](https://github.com/callmecavs/layzr.js/blob/v2.0.0/examples/large.js), and note the [caveats](https://api.jquery.com/load-event/) associated with image load events before proceeding.
213+
Load event handlers should be attached using this event. See the [example](https://github.com/callmecavs/layzr.js/blob/master/examples/large.js), and note the [caveats](https://api.jquery.com/load-event/) associated with image load events before proceeding.
214214

215215
### src:after
216216

@@ -258,7 +258,7 @@ Update the elements Layzr is checking.
258258
instance.update()
259259
```
260260

261-
**Dynamically added elements** should be handled using this method. See the [example](https://github.com/callmecavs/layzr.js/blob/v2.0.0/examples/large.js).
261+
**Dynamically added elements** should be handled using this method. See the [example](https://github.com/callmecavs/layzr.js/blob/master/examples/large.js).
262262

263263
## Browser Support
264264

0 commit comments

Comments
 (0)