@fepvenancio/stela-sdk 0.2.3 → 0.3.0

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
@@ -7,11 +7,11 @@ Stela enables peer-to-peer lending through on-chain inscriptions. Borrowers post
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- pnpm add stela-sdk starknet
10
+ pnpm add @fepvenancio/stela-sdk starknet
11
11
  ```
12
12
 
13
13
  ```bash
14
- npm install stela-sdk starknet
14
+ npm install @fepvenancio/stela-sdk starknet
15
15
  ```
16
16
 
17
17
  ## Quick Start