ziko 0.0.1 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,20 @@
4
4
 
5
5
  <br>
6
6
 
7
- ## Get started
7
+ # Install
8
+ ```bash
9
+ npm install ziko
10
+ ```
11
+ # ⚡ Get started
12
+ ## Node
13
+ ```bash
14
+ npx create-ziko-app [My_App]
15
+ ```
16
+ ```
17
+ cd [My_App]
18
+ npm run dev
19
+ ```
20
+ ## Browser
8
21
  ```html
9
22
  <!DOCTYPE html>
10
23
  <html lang="en">
@@ -36,11 +49,11 @@
36
49
  </body>
37
50
  </html>
38
51
  ```
39
-
52
+ ## Documentation
40
53
  ## 🎬 Demos
41
54
  - ### [ Windows entanglement using zikojs and ziko-three ](https://www.linkedin.com/feed/update/urn:li:activity:7144023650394918913/)
42
55
 
43
- ## 📃 [wiki](https://github.com/zakarialaoui10/ziko.js/wiki/Math-Functions)
56
+ ## 📃 [wiki](https://github.com/zakarialaoui10/ziko.js/wiki)
44
57
 
45
58
  ## 💡 [Features]()
46
59
  <details>
@@ -302,7 +315,7 @@ useThread(() => {
302
315
 
303
316
  If you appreciate the library, kindly demonstrate your support by giving it a star!<br>
304
317
  [![Star](https://img.shields.io/github/stars/zakarialaoui10/ziko.js?style=social)](https://github.com/zakarialaoui10/ziko.js)
305
-
318
+ <!--## Financial support-->
306
319
  # License
307
320
  This projet is licensed under the terms of MIT License
308
321
  <img src="https://img.shields.io/github/license/zakarialaoui10/zikojs?color=rgb%2820%2C21%2C169%29" width="100" align="right">