Skip to content

Commit

Permalink
chore: quick fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aamir1995 committed Oct 2, 2023
1 parent f23ea7e commit 3a08708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/vite_getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pnpm create vite my-novorender-app --template vanilla-ts
</TabItem>
</Tabs>

Once the above command has runs successfully, you should notice a newly created directory named `my-novorender-app`. Navigate into this directory, and then proceed with the following commands to complete the project creation process:
Once the above command has run successfully, you should notice a newly created directory named `my-novorender-app`. Navigate into this directory, and then proceed with the following commands to complete the project creation process:

```bash npm2yarn
npm install
Expand Down

0 comments on commit 3a08708

Please sign in to comment.