Actualizar README.md #2616

Merged
carlossa merged 2 commits from sergiodt-patch-1 into dev 2024-06-20 12:05:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7d3c07aaae - Show all commits

View File

@ -28,7 +28,7 @@ Pull from repository.
Run this commands on project root directory to install Node dependencies. Run this commands on project root directory to install Node dependencies.
``` ```
$ npm install $ pnpm install
$ gulp install $ gulp install
``` ```