Skip to content

Commit ecd60da

Browse files
committed
2 parents 0ef87df + c861df4 commit ecd60da

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

README.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
Comming Soon
2222
```
2323
- Or You Can Install it By CDN In Your HTML File
24-
```html
25-
<script src="Comming Soon"></script>
26-
```
24+
```html
25+
<script src="Comming Soon"></script>
26+
```
2727

2828
## Importing 🦐
2929

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

@@ -57,29 +57,30 @@ import * from "functionalty.min.js";
5757
5. ✔️ Making File Light Weight
5858
6. Handling Function Errors
5959
7. Making A Documentation Website
60-
8. Adding New Functions
61-
9. Making npm Package For Installation
62-
10. Making a CDN Importing
60+
8. Dark And Write Theme Website
61+
9. Adding New Functions
62+
10. Making npm Package For Installation
63+
11. Making a CDN Importing
6364

6465
# <p align="center">Feel Free To Contribute To This Repositry 🤝</p>
6566

6667
## To Get Started Contributing 🔥
6768

6869
- First Clone The Repository
6970

70-
```cmd
71-
git clone https://github.com/Ali-Eldeba/functionalty.js.git
72-
```
71+
```cmd
72+
git clone https://github.com/Ali-Eldeba/functionalty.js.git
73+
```
7374

7475
- Then Install Packages (node_modules)
7576

76-
```node
77-
npm install
78-
```
77+
```node
78+
npm install
79+
```
7980

8081
- Then Run The Website In Your Locahost Server
8182

82-
```node
83-
gulp watch
84-
```
83+
```node
84+
gulp watch
85+
```
8586
- Feel Free To Add What You Want!

0 commit comments

Comments
 (0)