From b265d0fb7165dc059925939ef0542e79da3e7063 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Thu, 3 Dec 2020 20:07:35 +0900 Subject: [PATCH] Use stable in example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85b0f93..ca08267 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can import the package from https://deno.land/x/harmony/mod.ts (with latest For a quick example, run this: ```bash -deno run --allow-net https://raw.githubusercontent.com/harmony-org/harmony/main/examples/ping.ts +deno run --allow-net https://deno.land/x/harmony/examples/ping.ts ``` And input your bot's token and Intents. @@ -48,7 +48,7 @@ import { Client, Message, Intents -} from 'https://raw.githubusercontent.com/harmony-org/harmony/main/mod.ts' +} from 'https://deno.land/x/harmony/mod.ts' const client = new Client() @@ -78,7 +78,7 @@ import { CommandContext, Message, Intents -} from 'https://raw.githubusercontent.com/harmony-org/harmony/main/mod.ts' +} from 'https://deno.land/x/harmony/mod.ts' const client = new CommandClient({ prefix: '!'