From b2010710cb7bf36247ed8c8ddea276f31b7e0326 Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:41:18 -0400 Subject: [PATCH] Modify Dev Req formatting in README.md Swap in >= operator in Development Requirements section to make Node.js and NPM development dependencies similar to the Go one. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc98bae1..277a3747 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Sylve aims to be a lightweight, open-source virtualization platform for FreeBSD, These only apply to the development version of Sylve, the production version will be a single binary. - Go >= 1.24 -- Node.js (v20.18.2) -- NPM (v10.9.2) +- Node.js >= v20.18.2 +- NPM >= v10.9.2 # Runtime Requirements