Skip to content

Commit c3ee6ff

Browse files
authored
Merge pull request #333 from MangelMaxime/patch-2
Remove trailing tick
2 parents a690852 + 39d6052 commit c3ee6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/safe-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ npm install vite
6262
> Vite is a multi-purpose tool used to aid development and packaging of JavaScript applications.
6363
* You can now launch the application.
6464
```bash
65-
dotnet fable watch -o output -s --run npx vite`
65+
dotnet fable watch -o output -s --run npx vite
6666
```
6767
This command tells Fable to compile all F# into the `output` folder and then launches Vite, which acts as a local development web server.
6868

0 commit comments

Comments
 (0)