From 99acf0404deab6da307e75c5cbcb241f77211b4a Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 26 Jul 2021 12:13:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6439409..cee8e63 100644 --- a/README.md +++ b/README.md @@ -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");