Skip to content

Commit fcb8e96

Browse files
modified readme ✔�
1 parent 325f19d commit fcb8e96

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Wavy Text Animation Library
2+
23
A JavaScript Library which allows you to animate infinite words in an infinite loop in a modern wavy way!
34

45
![image](https://i.imgur.com/SLcvTrS.gif)
@@ -20,9 +21,20 @@ A JavaScript Library which allows you to animate infinite words in an infinite l
2021
In order to use it, insert the following `<script>` tag in the `<head>` tag of your HTML document.
2122

2223
```html
24+
25+
<!-- jsDelivr -->
2326
<script src="https://cdn.jsdelivr.net/gh/murtuzaalisurti/wavy@master/main.js"></script>
27+
2428
```
2529

30+
OR
31+
32+
```html
33+
34+
<!-- UNPKG -->
35+
<script src="https://unpkg.com/@murtuzaalisurti/wavy@latest/browserUnpkg.js"></script>
36+
37+
```
2638
> NOTE :- In order to fetch the latest version of the library, perform a hard reload (CTRL + SHIFT + R) in your browser to bypass the file stored in disk cache. If you don't do this, your browser will load an older version of the library from disk cache!
2739
2840
---

0 commit comments

Comments
 (0)