Skip to content

Commit

Permalink
modified readme ✔�
Browse files Browse the repository at this point in the history
  • Loading branch information
murtuzaalisurti committed Feb 10, 2022
1 parent 325f19d commit fcb8e96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Wavy Text Animation Library

A JavaScript Library which allows you to animate infinite words in an infinite loop in a modern wavy way!

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

```html

<!-- jsDelivr -->
<script src="https://cdn.jsdelivr.net/gh/murtuzaalisurti/wavy@master/main.js"></script>

```

OR

```html

<!-- UNPKG -->
<script src="https://unpkg.com/@murtuzaalisurti/wavy@latest/browserUnpkg.js"></script>

```
> 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!
---
Expand Down

0 comments on commit fcb8e96

Please sign in to comment.