diff options
-rw-r--r-- | examples/discord-interactions/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/discord-interactions/README.md b/examples/discord-interactions/README.md index 84e69d9b2..2c656b73f 100644 --- a/examples/discord-interactions/README.md +++ b/examples/discord-interactions/README.md @@ -12,4 +12,4 @@ bun create discord-interactions interactions-bot ### Development -To run this locally, rename `.env.example` to `.env` and fill in the variables, then you can run `bun run.js` to start a local dev environment and use something like ngrok/cloudflare to tunnel it to a URL. +To run this locally, rename `.env.example` to `.env` and fill in the variables, then run `bun run.js` to start a local dev environment and use something similar to [ngrok](https://ngrok.com/) or [cloudflare](https://www.cloudflare.com/) to tunnel it to a URL. |