@scheduler-systems/gal 0.1.4-beta → 0.1.5-beta

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
@@ -42,7 +42,7 @@ https://gal.run/docs
42
42
 
43
43
  ```yaml
44
44
  - name: Install GAL CLI
45
- run: npm install -g gal-cli
45
+ run: npm install -g @scheduler-systems/gal
46
46
 
47
47
  - name: Fetch configs
48
48
  run: gal fetch --json > configs.json
@@ -94,7 +94,7 @@ After making changes, rebuild and reinstall:
94
94
  To uninstall:
95
95
 
96
96
  ```bash
97
- npm uninstall -g @scheduler-systems-ai/gal-cli
97
+ npm uninstall -g @scheduler-systems/gal
98
98
  ```
99
99
 
100
100
  ## License