Skip to content

Commit

Permalink
chore: fix package reference in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Stoica committed Sep 27, 2019
1 parent efca3bf commit 1b602c0
Show file tree
Hide file tree
Showing 5 changed files with 13,794 additions and 12,274 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The package needs to be configured with a SIP username and password. You can add

```js
// Import and initialize the client
import { TelnyxRTC } from 'telnyx-rtc';
import { TelnyxRTC } from '@telnyx/webrtc';

const client = new TelnyxRTC({
credentials: {
Expand Down
Loading

0 comments on commit 1b602c0

Please sign in to comment.