diff --git a/docs/src/stepbystep/hostingbot.md b/docs/src/stepbystep/hostingbot.md index 5312c13f1..90f667d0d 100644 --- a/docs/src/stepbystep/hostingbot.md +++ b/docs/src/stepbystep/hostingbot.md @@ -64,5 +64,5 @@ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable Once, that is done you can simply run the bot. ```shell -denon run --allow-net --allow-read --no-check --config tsconfig.json mod.ts +denon run --allow-net --allow-read --no-check mod.ts ```