getmosaic 0.1.2 → 0.1.3
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/bin/mosaic.sh +1 -1
- package/package.json +1 -1
package/bin/mosaic.sh
CHANGED
|
@@ -26,7 +26,7 @@ case "$COMMAND" in
|
|
|
26
26
|
echo " Step 1 — Create a Hyperspell account and generate an API key."
|
|
27
27
|
echo " Opening https://app.hyperspell.ai/api-keys in your browser..."
|
|
28
28
|
echo ""
|
|
29
|
-
open "https://app.hyperspell.com/
|
|
29
|
+
open "https://app.hyperspell.com/api-keys" 2>/dev/null || xdg-open "https://app.hyperspell.com/api-keys" 2>/dev/null || true
|
|
30
30
|
echo " Once you have your API key, paste it below."
|
|
31
31
|
echo ""
|
|
32
32
|
printf " Hyperspell API key: "
|
package/package.json
CHANGED