From 03fdbb438799741c91cad2af8cc38506c4076d1c Mon Sep 17 00:00:00 2001 From: Louis Pate Date: Sun, 1 Dec 2024 09:59:12 -0500 Subject: [PATCH] Update DEVGUIDE.md npm is not node! --- docs/DEVGUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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