From e7cc712d87057f57e93951c8ed3b637280eccf04 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Sun, 30 May 2021 22:46:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c8e386..46a1ea3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ https://doodle3d.com ```bash git clone git@github.com:Doodle3D/Doodle3D-Transform.git cd Doodle3D-Transform -npm install +npm install # Make sure you have installed NPM / NodeJS npm run start # visit http://localhost:8080 ```