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 af2e5df commit cace5ebCopy full SHA for cace5eb
README.md
@@ -21,10 +21,16 @@
21
22
- So To Get Started Using Functionalty.js Library,<br />
23
You Have To Install It By npm
24
- ```cmd
+ ```sh
25
npm install functionality.js
26
```
27
-- Or You Can Install it By CDN In Your HTML File
+- Or You Can Install it By yarn In Your HTML File
28
+
29
30
+ yarn add functionality.js
31
+ ```
32
33
+- Or Even You Can Get it By CDN
34
35
```html
36
<script src="https://cdn.jsdelivr.net/npm/functionality.js@latest/dist/functionality.min.js"></script>
0 commit comments