@better-sol/cli 0.1.0-alpha.7 → 0.1.0-alpha.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.
package/README.md CHANGED
@@ -99,10 +99,10 @@ npx @better-sol/cli@alpha generate db
99
99
  Save your compiler API key.
100
100
 
101
101
  ```bash
102
- npx @better-sol/cli@alpha login
102
+ npx @better-sol/cli@alpha login <api-key>
103
103
  ```
104
104
 
105
- Saves your key to `.better-sol/auth.json`. Without a key you get 5 compiles per hour. With a key, 100 per hour.
105
+ Get an API key at https://better-sol.fun/dash. Saves your key to `.better-sol/auth.json`. Without a key you get 3 compiles per hour. With a key, 50 per hour.
106
106
 
107
107
  ### `verify`
108
108