diff --git a/docs/eden/installation.md b/docs/eden/installation.md index ee4716c3..de48fb9e 100644 --- a/docs/eden/installation.md +++ b/docs/eden/installation.md @@ -146,3 +146,6 @@ app.listen(3000) ``` We recommend to **always use method chaining** to provide an accurate type inference. + +### Bun +If using bun, ensure that you have installed `@types/bun`.