Skip to content

Commit

Permalink
docs: add deno to installation methods (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotkoroid authored Jan 30, 2025
1 parent 0f442f4 commit 9ce9733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.guide/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Nitro automatically makes your code compatible with any [deployment](/deploy) pr
::note
Make sure you have installed the recommended setup:

- Latest LTS version of [Node.js](https://nodejs.org/en), or [Bun](https://bun.sh/).
- Latest LTS version of either [Node.js](https://nodejs.org/en), [Bun](https://bun.sh/), or [Deno](https://deno.com/).
- [Visual Studio Code](https://code.visualstudio.com/)
::

Expand Down Expand Up @@ -62,7 +62,7 @@ You can find more examples in the Nitro repository: [nitrojs/nitro/examples](htt

## Directory structure

The starter template some important files to get you started.
The starter template includes some important files to get you started.

### `routes/`

Expand Down

0 comments on commit 9ce9733

Please sign in to comment.