Skip to content

Commit 15c6821

Browse files
authored
Update README.md
1 parent 0476996 commit 15c6821

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,15 @@
3434
- By The Beginning You Have To Import Library After Installation,<br />
3535
You Can Import Unminified Version
3636

37-
```javascript
38-
import * from "functionality.js";
39-
```
40-
41-
- Or You Can Import Minified Version (recommended)
42-
43-
```javascript
44-
import * from "functionality.min.ts";
45-
```
46-
47-
### TypeScript 💙
48-
49-
- By The Beginning You Have To Import Library After Installation,<br />
50-
You Can Import Unminified Version
51-
52-
```typescript
53-
import * from "functionality.ts";
37+
```html
38+
<script src="path/to/functionality.js/dist/functionality.js"></script>
5439
```
5540

5641
- Or You Can Import Minified Version (recommended)
5742

58-
```typescript
59-
import * from "functionality.min.js";
43+
```html
44+
<script src="path/to/functionality.js/dist/functionality.min.js"></script>
6045
```
61-
6246

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

0 commit comments

Comments
 (0)