avorelo 0.3.6 → 0.3.8

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 +3 -3
  2. package/dist/avorelo.mjs +7401 -5628
  3. package/package.json +4 -2
package/README.md CHANGED
@@ -16,13 +16,13 @@ locally.
16
16
  npx -y avorelo@latest activate --scope project-wide
17
17
  ```
18
18
 
19
- **Account-linked activation (requires dashboard claim):**
19
+ **Account-linked activation (optional):**
20
20
 
21
21
  ```
22
- npx -y avorelo@latest activate --scope project-wide --claim <activation_claim>
22
+ npx -y avorelo@latest activate --scope project-wide --link-code YOUR_CODE
23
23
  ```
24
24
 
25
- Generate a short-lived claim from your [dashboard](https://avorelo.com/dashboard). Claims expire in 15 minutes.
25
+ Generate a short-lived account link code from your [dashboard](https://avorelo.com/dashboard). Codes expire in 15 minutes.
26
26
 
27
27
  **Other commands:**
28
28