Skip to content

Commit 1bd578a

Browse files
authored
Update README.md
1 parent c1a41b4 commit 1bd578a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,8 @@
4848
- By The Beginning You Have To Import Library After Installation,<br />
4949
You Can Import Unminified Version
5050

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-
5951
```html
60-
<script src="path/to/functionality.js/dist/functionality.min.js"></script>
52+
import functionality from "functionality.js/lib/main";
6153
```
6254

6355
- Since You Have Downloaded And Imported The Library You Can Use It As Following ...

0 commit comments

Comments
 (0)