Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
mnemitz committed Sep 1, 2023
1 parent 8cfba86 commit b967c39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ An API key can be used in 2 different ways for authentication:
Bearer authentication will be used by the SDK if you pass an API key, as opposed to a JWT, when the SDK instance is created:

```typescript
import { RealtimeSession } from '@speechmatics/sdk';
import { RealtimeSession } from 'speechmatics';

const sm = new RealtimeSession(YOUR_API_KEY);
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speechmatics",
"version": "3.0.0",
"version": "3.0.1",
"description": "Speechmatics Javascript Libraries",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit b967c39

Please sign in to comment.