diff --git a/README.md b/README.md index 0f7dabb..d640df0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ deno run --allow-net https://raw.githubusercontent.com/harmony-org/harmony/main/ ``` And input your bot's token and Intents. -Here is a small example of how to use discord.deno, +Here is a small example of how to use harmony, ```ts import { Client, Message, Intents } from 'https://raw.githubusercontent.com//harmony-org/harmony/main/mod.ts'