aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/changelog-api/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/changelog-api/README.md b/apps/changelog-api/README.md
index eba2b1e4..c491d100 100644
--- a/apps/changelog-api/README.md
+++ b/apps/changelog-api/README.md
@@ -1,16 +1,16 @@
```txt
-npm install
-npm run dev
+bun install
+bun run dev
```
```txt
-npm run deploy
+bun run deploy
```
[For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types):
```txt
-npm run cf-typegen
+bun run cf-typegen
```
Pass the `CloudflareBindings` as generics when instantiation `Hono`: