From 39d6052a5ee900b5a7ad3c3e629a4849cf1d66f0 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Thu, 21 Dec 2023 21:33:58 +0100 Subject: [PATCH] Remove trailing tick --- docs/safe-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/safe-from-scratch.md b/docs/safe-from-scratch.md index 14537eda..f04ac9f6 100644 --- a/docs/safe-from-scratch.md +++ b/docs/safe-from-scratch.md @@ -62,7 +62,7 @@ npm install vite > Vite is a multi-purpose tool used to aid development and packaging of JavaScript applications. * You can now launch the application. ```bash -dotnet fable watch -o output -s --run npx vite` +dotnet fable watch -o output -s --run npx vite ``` This command tells Fable to compile all F# into the `output` folder and then launches Vite, which acts as a local development web server.