Skip to content

Commit

Permalink
Merge pull request #199 from millionhari/fix-ist-typo
Browse files Browse the repository at this point in the history
Fix ist typo
  • Loading branch information
dkern committed Apr 30, 2019
2 parents d1c9c32 + 1b120a8 commit dfd9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ $ bower install jquery-lazy


## Basic Usage
1.) The basic usage of Lazy ist pretty easy.
1.) The basic usage of Lazy is pretty easy.
First of all you need to prepare all elements you want to lazy load.
By default add a `data-src` attribute to images containing the loadable image and/or a `data-loader` attribute to elements witch shall use a [plugin](#loader-plugins) or [custom loaders](#custom-content-loaders).
```HTML
Expand Down

0 comments on commit dfd9bbd

Please sign in to comment.