Skip to content

Commit

Permalink
📝 Specify supported runtime versions
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 19, 2024
1 parent ed7fcb2 commit 17e663c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ optimizing performance and compatibility for each runtime.
- **Optimized Performance**: Adapts to each runtime's specific features
for optimal performance.

## 🛠️ Supported Runtimes
## 📋 Requirements

- [Node.js 🟢](https://nodejs.org/)
- [Bun 🟣](https://bun.sh/)
- [Deno 🔵](https://deno.com/)
Buno only supports at least one of the following runtimes:

- [Node.js@^20.16.0 🟢](https://nodejs.org/)
- [Bun@^1.1.24 🟣](https://bun.sh/)
- [Deno@^1.45.5 🔵](https://deno.com/)

## 🚀 Installation

Expand Down

0 comments on commit 17e663c

Please sign in to comment.