diff --git a/aider/website/_includes/get-started.md b/aider/website/_includes/get-started.md index 1dba32ccf..080978eb7 100644 --- a/aider/website/_includes/get-started.md +++ b/aider/website/_includes/get-started.md @@ -9,8 +9,8 @@ aider-install cd /to/your/git/repo # Work with Claude 3.5 Sonnet on your repo -aider --anthropic-api-key=your-key-goes-here +aider --anthropic-api-key your-key-goes-here # Work with GPT-4o on your repo -aider --openai-api-key=your-key-goes-here +aider --openai-api-key your-key-goes-here ```