Skip to content

Commit

Permalink
Update README.md : Fix typo
Browse files Browse the repository at this point in the history
im -> img
  • Loading branch information
ysm-dev authored Feb 12, 2018
1 parent 249b313 commit 5e250c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ use `v-lazy-container` work with raw HTML
<div v-lazy-container="{ selector: 'img' }">
<img data-src="//domain.com/img1.jpg">
<img data-src="//domain.com/img2.jpg">
<img data-src="//domain.com/im3.jpg">
<img data-src="//domain.com/img3.jpg">
</div>
```

Expand Down

0 comments on commit 5e250c5

Please sign in to comment.