From c6ae42b8f033b190b4117ebcf4142803980fdafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Herbaux?= Date: Mon, 16 Dec 2024 16:20:23 +0100 Subject: [PATCH] docs(README): remove duplicate node pre-requisite Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 10edcbe..382acb7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ Before you begin, ensure you have the following: - A Strapi backend up and running: [quick start guide](https://docs.strapi.io/dev-docs/quick-start). - The API URL of your Strapi instance: for example, `http://localhost:1337/api`. -- A recent version of [Node.js]() installed. - A recent version of [Node.js](https://nodejs.org/en/download/package-manager) installed. ### Installation