Skip to content

Commit 4480b18

Browse files
authored
Update README.md
1 parent a97f786 commit 4480b18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
- By The Beginning You Have To Import Library After Installation,<br />
3131
You Can Import Unminified Version
3232

33-
```javascript
34-
import * from "functionalty.js";
35-
```
33+
```javascript
34+
import * from "functionalty.js";
35+
```
3636

3737
- Or You Can Import Minified Version (recommended)
3838

39-
```javascript
40-
import * from "functionalty.min.js";
41-
```
39+
```javascript
40+
import * from "functionalty.min.js";
41+
```
4242

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

0 commit comments

Comments
 (0)