We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2ca9a commit 3beb574Copy full SHA for 3beb574
README.md
@@ -20,11 +20,11 @@
20
- So To Get Started Using Functionalty.js Library,<br />
21
You Have To Install It By npm
22
```cmd
23
- Comming Soon
+ npm install functionality.js
24
```
25
- Or You Can Install it By CDN In Your HTML File
26
```html
27
- <script src="Comming Soon"></script>
+ <script src="https://cdn.jsdelivr.net/npm/functionality.js@latest/dist/functionality.min.js"></script>
28
29
30
## Importing 🦐
@@ -34,6 +34,8 @@
34
- By The Beginning You Have To Import Library After Installation,<br />
35
You Can Import Unminified Version
36
37
+- This is a Guid to how to import in HTML
38
+
39
40
<script src="path/to/functionality.js/dist/functionality.js"></script>
41
0 commit comments