Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jul 26, 2021
1 parent aa88350 commit 99acf04
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 @@ -3,7 +3,7 @@
#### Example

```typescript
import { createClient } from "https://deno.land/x/discord_rpc";
import { createClient } from "https://deno.land/x/discord_rpc/mod.ts";

const client = await createClient();
await client.login("869104832227733514");
Expand Down

0 comments on commit 99acf04

Please sign in to comment.