Skip to content

Commit 5723edb

Browse files
committed
2 parents 8a6e6bc + 3beb574 commit 5723edb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
- So To Get Started Using Functionalty.js Library,<br />
2121
You Have To Install It By npm
2222
```cmd
23-
Comming Soon
23+
npm install functionality.js
2424
```
2525
- Or You Can Install it By CDN In Your HTML File
2626
```html
27-
<script src="Comming Soon"></script>
27+
<script src="https://cdn.jsdelivr.net/npm/functionality.js@latest/dist/functionality.min.js"></script>
2828
```
2929

3030
## Importing 🦐
@@ -34,6 +34,8 @@
3434
- By The Beginning You Have To Import Library After Installation,<br />
3535
You Can Import Unminified Version
3636

37+
- This is a Guid to how to import in HTML
38+
3739
```html
3840
<script src="path/to/functionality.js/dist/functionality.js"></script>
3941
```

0 commit comments

Comments
 (0)