From f805185a3ffe039ff788aa41b16758d031a748b7 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Mon, 8 Jan 2024 11:21:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e5aa06..856b4ea 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ git clone git@github.com:betagouv/espace-partenaire.git ```sh $ npm install -$ npm dev # will do a docker compose up ! +$ npm run dev # will do a docker compose up ! $ npm build $ npm start ```