From 8351388710df080f242cac0cc3631ccf45fc63a4 Mon Sep 17 00:00:00 2001 From: cryptam <102138190+CryptAm@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:47:21 +0300 Subject: [PATCH] Update OVERVIEW.md --- OVERVIEW.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OVERVIEW.md b/OVERVIEW.md index 7c221f726..23c6b3e87 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -7,7 +7,7 @@ The OpenRouter TypeScript SDK is a type-safe toolkit for building AI application Integrating AI models into applications involves handling different provider APIs, managing model-specific requirements, and avoiding common implementation mistakes. The OpenRouter SDK standardizes these integrations and protects you from footguns. ```typescript -import OpenRouter from '@openrouter/sdk'; +import { OpenRouter } from '@openrouter/sdk'; const client = new OpenRouter({ apiKey: process.env.OPENROUTER_API_KEY @@ -84,7 +84,7 @@ Get your API key from [openrouter.ai/settings/keys](https://openrouter.ai/settin ## Quick start ```typescript -import OpenRouter from '@openrouter/sdk'; +import { OpenRouter } from '@openrouter/sdk'; const client = new OpenRouter({ apiKey: process.env.OPENROUTER_API_KEY