Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 authored Aug 22, 2023
1 parent 3f0e7bf commit e893afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn add @vocode/vocode-api
[![Try it out](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/typescript-example-using-sdk-built-with-fern-nuefzg?file=app.ts)

```typescript
import { VocodeClient } from '@fern-api/vocode';
import { VocodeClient } from '@vocode/vocode-api';

const vocode = new VocodeClient({
token: 'YOUR_TOKEN',
Expand Down

0 comments on commit e893afb

Please sign in to comment.