diff --git a/docs/DEVGUIDE.md b/docs/DEVGUIDE.md index d20b7f613..5c74ec133 100644 --- a/docs/DEVGUIDE.md +++ b/docs/DEVGUIDE.md @@ -44,9 +44,9 @@ cd jellyfin-roku ## Install Dependencies -You'll need [`npm`](https://nodejs.org), version 16 at least. +You'll need [`node`](https://nodejs.org), version 16 at least. -Then, use it to install dependencies +Then, use `npm` to install dependencies ```bash npm install