diff --git a/README.md b/README.md
index d55a495..9f924dc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
@@ -42,12 +42,12 @@ I strongly advise you pass the `cookie` parameter in all of your requests.
## Installation
```sh
-pnpm add twittxr
+bun add twittxr
```
Optionally, you can install `puppeteer` >=16 to use as a fallback on failed requests.
This will avoid issues with Cloudflare, e.g. "403 Forbidden".
```sh
-pnpm add twittxr puppeteer
+bun add twittxr puppeteer
```
## Usage