From 10cb928788b9979b3d283cf152a33428efeba623 Mon Sep 17 00:00:00 2001 From: luke-speechify <289678208+luke-speechify@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:46:57 +0100 Subject: [PATCH] Docs: point developer-console link at platform.speechify.ai (was console.speechify.ai) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41345ad..ebd2725 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Authenticate with an API key, then drive the API from your terminal. ## Authentication The CLI authenticates with a **Speechify API key** (`sk_…`). Get one from the -[developer console](https://console.speechify.ai). Supply it per-run via +[developer console](https://platform.speechify.ai). Supply it per-run via `--api-key` / `$SPEECHIFY_API_KEY`, or persist it once: ```bash