@zinley/orion 1.1.9 → 1.2.1

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.
Files changed (3) hide show
  1. package/README.md +4 -2
  2. package/dist/index.js +99 -99
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -12,11 +12,13 @@ npm i @zinley/orion
12
12
 
13
13
  ## Usage
14
14
 
15
+ After installation, simply run:
16
+
15
17
  ```bash
16
- ./orion
18
+ orion
17
19
  ```
18
20
 
19
- Works across directories - run from anywhere, no navigation required.
21
+ **That's it!** No need for `./orion` or any relative paths. The `orion` command works across all directoriesrun from anywhere, no navigation required.
20
22
 
21
23
  ## Interactive CLI Integration
22
24