diff --git a/docs/tutorial.md b/docs/tutorial.md index 3891d3b6..d5273e38 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -53,7 +53,7 @@ $ tuono new tuono-tutorial Get into the project folder and install the dependencies with: ```bash -$ pnpm install +$ npm install ``` Open it with your favourite code editor.