We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210880d commit 7c910d4Copy full SHA for 7c910d4
README.md
@@ -57,7 +57,7 @@
57
You Can Import Unminified Version
58
59
```html
60
- import functionality from "functionality.js/lib/main";
+ import functionality from "functionality.js";
61
```
62
63
- Since You Have Downloaded And Imported The Library You Can Use It As Following ...
@@ -74,19 +74,19 @@
74
75
- First Clone The Repository
76
77
- ```cmd
+ ```sh
78
git clone https://github.com/Ali-Eldeba/functionality.js.git
79
80
81
- Then Install Packages (node_modules)
82
83
84
npm install
85
86
87
- Run Website In Your Locahost Server With Live Reload
88
89
90
npm start
91
92
0 commit comments