aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar CharlieS1103 <60494758+CharlieS1103@users.noreply.github.com> 2022-07-11 06:34:21 -0600
committerGravatar GitHub <noreply@github.com> 2022-07-11 05:34:21 -0700
commitea6d96f40961f2cce7972bffaaeedd9095c202c8 (patch)
tree460153f46e528a6a53329ac25df611205b84efe1 /examples
parent2659febd1b74e8215ff7dbfb2d1b19f4b4f8a71a (diff)
downloadbun-ea6d96f40961f2cce7972bffaaeedd9095c202c8.tar.gz
bun-ea6d96f40961f2cce7972bffaaeedd9095c202c8.tar.zst
bun-ea6d96f40961f2cce7972bffaaeedd9095c202c8.zip
Cleanup discord-interactions readme (#451)
Diffstat (limited to 'examples')
-rw-r--r--examples/discord-interactions/README.md2
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.