glm-switch 2.0.1 → 2.0.2
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ npm install -g glm-switch
|
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
35
|
# Clone repository
|
|
36
|
-
git clone https://github.com/
|
|
36
|
+
git clone https://github.com/supermeo-studio/glm-switch.git
|
|
37
37
|
cd glm-switch
|
|
38
38
|
|
|
39
39
|
# Setup
|
|
@@ -368,7 +368,7 @@ chmod 644 ~/.claude/settings.json
|
|
|
368
368
|
### Clone & Setup
|
|
369
369
|
|
|
370
370
|
```bash
|
|
371
|
-
git clone https://github.com/
|
|
371
|
+
git clone https://github.com/supermeo-studio/glm-switch.git
|
|
372
372
|
cd glm-switch
|
|
373
373
|
npm run setup
|
|
374
374
|
```
|
|
@@ -447,7 +447,7 @@ MIT © Supermeo & Inwave DR Team
|
|
|
447
447
|
## Links
|
|
448
448
|
|
|
449
449
|
- **npm:** https://www.npmjs.com/package/glm-switch
|
|
450
|
-
- **GitHub:** https://github.com/
|
|
450
|
+
- **GitHub:** https://github.com/supermeo-studio/glm-switch
|
|
451
451
|
|
|
452
452
|
---
|
|
453
453
|
|