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 c1a41b4 commit 1bd578aCopy full SHA for 1bd578a
README.md
@@ -48,16 +48,8 @@
48
- By The Beginning You Have To Import Library After Installation,<br />
49
You Can Import Unminified Version
50
51
-- This is a Guid to how to import in HTML
52
-
53
- ```html
54
- <script src="path/to/functionality.js/dist/functionality.js"></script>
55
- ```
56
57
-- Or You Can Import Minified Version (recommended)
58
59
```html
60
- <script src="path/to/functionality.js/dist/functionality.min.js"></script>
+ import functionality from "functionality.js/lib/main";
61
```
62
63
- Since You Have Downloaded And Imported The Library You Can Use It As Following ...
0 commit comments