Update README.md

This commit is contained in:
Rick Companje 2021-05-30 22:46:19 +02:00 committed by GitHub
parent e7cc712d87
commit 86443ca8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ https://doodle3d.com
```bash
git clone git@github.com:Doodle3D/Doodle3D-Transform.git
cd Doodle3D-Transform
npm install # Make sure you have installed NPM / NodeJS
npm install # Make sure you have installed NPM / NodeJS first
npm run start
# visit http://localhost:8080
```