Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmordica committed Jun 2, 2023
1 parent 69e2a71 commit 9aec309
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 @@ -17,7 +17,7 @@ To use this SDK, you'll need to import the `CallControl` class into your project
and instantiate it with your `baseUrl` and `bearerToken`.

```typescript
import { CallControl, DialResponse } from "call-control-sdk";
import { CallControl, DialResponse } from "https://deno.land/x/[email protected]/mod.ts";

const cc = new CallControl({
baseUrl: "https://your-api-url.com",
Expand Down

0 comments on commit 9aec309

Please sign in to comment.