Skip to content

Commit db0cc6b

Browse files
v2.6.1
1 parent d10990f commit db0cc6b

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,29 @@
1010
<a href="https://animate-dynamic.herokuapp.com" target="_blank"> Secondary link </a> <br/>
1111

1212
<h2> Documentation </h2>
13-
Documentation is included in demo site itself.
13+
=> Installation
14+
<pre>
15+
&lt;head>
16+
&lt;link
17+
rel = "stylesheet"
18+
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
19+
/>
20+
<script
21+
src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js">
22+
</script>
23+
<script
24+
src = "https://cdn.jsdelivr.net/gh/KodingKhurram/animate.css-dynamic@main/animate.min.js">
25+
</script>
26+
&lt;/head>
27+
</pre>
28+
29+
Documentation regarding usage is included in demo site itself.
1430

1531
<h2> Version and release </h2>
16-
<a href="https://github.com/KodingKhurram/animate.css-dynamic/tree/v1.1.3/">v1.1.3</a> {initial}
17-
<a href="https://github.com/KodingKhurram/animate.css-dynamic/tree/v2.6.1/">v2.6.1</a> {latest}
32+
<ul>
33+
<li><a href="https://github.com/KodingKhurram/animate.css-dynamic/tree/v1.1.3/">v1.1.3</a> {initial}</li>
34+
<li><a href="https://github.com/KodingKhurram/animate.css-dynamic/tree/v2.6.1/">v2.6.1</a> {latest}</li>
35+
</ul>
1836

1937
<h2> License </h2>
2038
Animate.css-Dynamic is licensed under MIT license (<a href="https://opensource.org/licenses/MIT">https://opensource.org/licenses/MIT</a>)

0 commit comments

Comments
 (0)