Skip to content

Commit dec55f0

Browse files
committed
Reword long run-on sentence
1 parent dad1fbe commit dec55f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

15/umbraco-cms/customizing/development-flow/vite-package-setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ npm create vite@latest client -- --template lit-ts
4646
{% endhint %}
4747

4848
{% hint style="info" %}
49-
For Windows environments, especially when using PowerShell, the command above should be as shown below (note the extra -) or you will still see the interactive prompts:
49+
For Windows environments the command should be slightly different::
5050

5151
```typescript
5252
npm create vite@latest client --- --template lit-ts
5353
```
5454

55+
or you will still see the interactive prompts, especially when using PowerShell.
56+
5557
{% endhint %}
5658

5759
4. Navigate into the new **client** folder and install the packages:

0 commit comments

Comments
 (0)