@linear_non/stellar-kit 1.0.0 → 1.0.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.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,9 +17,8 @@ A modular frontend utility kit for custom websites. Built for performance, exten
|
|
|
17
17
|
## 📦 Installation
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
npm install stellar-kit
|
|
21
|
-
|
|
22
|
-
npm install nonlinearstudio/stellar-kit
|
|
20
|
+
npm install @linear_non/stellar-kit
|
|
21
|
+
|
|
23
22
|
```
|
|
24
23
|
|
|
25
24
|
## 🧱 Folder Structure
|