Skip to content

Commit

Permalink
fix: Update package name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaoliveira committed Oct 10, 2024
1 parent 3ed514d commit 267cf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A comprehensive TypeScript SDK for the OpenAI API, providing easy access to all
Install the package via npm:

```bash
npm install openai-sdk
npm install openai-enhanced-sdk
```

## Getting Started
Expand All @@ -53,7 +53,7 @@ npm install openai-sdk
Import and instantiate the `OpenAIClient`:

```typescript
import OpenAIClient from 'openai-sdk';
import OpenAIClient from 'openai-enhanced-sdk';

const apiKey = process.env.OPENAI_API_KEY || '';
const client = new OpenAIClient(apiKey);
Expand Down

0 comments on commit 267cf17

Please sign in to comment.