Skip to content

Commit a6949cf

Browse files
committed
update README to reflect version changes.
1 parent f9c4999 commit a6949cf

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
@@ -14,21 +14,21 @@ Loading.css and its parent project `anikit` is used in building GIF, APNG and an
1414

1515
## Usage
1616

17-
1. download and include [loading.css](https://raw.githubusercontent.com/loadingio/loading.css/c0b955eba7a7d17819d110ec661e199a2482bdea/preview.gif):
17+
1. download and include [loading.css](https://raw.githubusercontent.com/loadingio/loading.css/2.0.0/dist/loading.min.css):
1818

1919
```
2020
<link rel="stylesheet" type="text/css" href="loading.css"/>
2121
```
2222

23-
2. check the [loading.css animation gallery](https://loading.io/animation/) for the animations you want to use. For example, say you want to use the `spin` animation
23+
2. Check the [loading.css animation gallery](https://loading.io/animation/) for the animations you want to use. For example, say you want to use the `spin` animation
2424

25-
3. use the name as a CSS class prefixed with `ld` on the element you want to animate:
25+
3. Use the name as a CSS class prefixed with `ld` on the element you want to animate:
2626

2727
```
2828
<div class="ld ld-spin"></div>
2929
```
3030

31-
4. for more information, check out [loading.css animation documentation](https://loading.io/animation/).
31+
4. For more information, check out [loading.css animation documentation](https://loading.io/animation/).
3232

3333

3434
## LICENSE

0 commit comments

Comments
 (0)