diff --git a/website/versioned_docs/version-v2.0.0-beta.39/gettingstarted/firstproject.mdx b/website/versioned_docs/version-v2.0.0-beta.39/gettingstarted/firstproject.mdx
index 949b05b1..2cdc85f5 100644
--- a/website/versioned_docs/version-v2.0.0-beta.39/gettingstarted/firstproject.mdx
+++ b/website/versioned_docs/version-v2.0.0-beta.39/gettingstarted/firstproject.mdx
@@ -28,60 +28,60 @@ import TabItem from "@theme/TabItem";
{label: "Vanilla", value: "Vanilla"},
]}
>
-
+
- wails init -n myproject -t svelte
+ wails init -n myproject -t svelte
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t svelte-ts
-
+ wails init -n myproject -t svelte-ts
+
- wails init -n myproject -t react
+ wails init -n myproject -t react
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t react-ts
-
+ wails init -n myproject -t react-ts
+
- wails init -n myproject -t vue
+ wails init -n myproject -t vue
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t vue-ts
-
+ wails init -n myproject -t vue-ts
+
- wails init -n myproject -t preact
+ wails init -n myproject -t preact
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t preact-ts
-
+ wails init -n myproject -t preact-ts
+
- wails init -n myproject -t lit
+ wails init -n myproject -t lit
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t lit-ts
-
+ wails init -n myproject -t lit-ts
+
- wails init -n myproject -t vanilla
+ wails init -n myproject -t vanilla
- If you would rather use Typescript:
+ If you would rather use Typescript:
- wails init -n myproject -t vanilla-ts
-