Skip to content

Commit 7c910d4

Browse files
authored
Update README.md
1 parent 210880d commit 7c910d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
You Can Import Unminified Version
5858

5959
```html
60-
import functionality from "functionality.js/lib/main";
60+
import functionality from "functionality.js";
6161
```
6262

6363
- Since You Have Downloaded And Imported The Library You Can Use It As Following ...
@@ -74,19 +74,19 @@
7474

7575
- First Clone The Repository
7676

77-
```cmd
77+
```sh
7878
git clone https://github.com/Ali-Eldeba/functionality.js.git
7979
```
8080

8181
- Then Install Packages (node_modules)
8282

83-
```cmd
83+
```sh
8484
npm install
8585
```
8686

8787
- Run Website In Your Locahost Server With Live Reload
8888

89-
```cmd
89+
```sh
9090
npm start
9191
```
9292

0 commit comments

Comments
 (0)