@ktjs/router 0.19.0 → 0.31.9

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
@@ -40,6 +40,14 @@ Client-side router with navigation guards for KT.js.
40
40
 
41
41
  ## Installation
42
42
 
43
+ ### Create a KT.js project
44
+
45
+ ```bash
46
+ pnpm create kt.js my-app
47
+ ```
48
+
49
+ ### Add router to an existing project
50
+
43
51
  ```bash
44
52
  pnpm add @ktjs/router @ktjs/core
45
53
  ```