mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 14:29:50 +08:00
docs fix
This commit is contained in:
parent
1955570264
commit
fb7f84a033
@ -10,7 +10,7 @@ Now that the CLI is installed, you can generate a new project by using the `wail
|
|||||||
|
|
||||||
Pick your favourite framework:
|
Pick your favourite framework:
|
||||||
|
|
||||||
import TabsFrameworks from "../../src/components/frameworktabs";
|
import TabsFrameworks from "../../../src/components/frameworktabs";
|
||||||
<TabsFrameworks/>
|
<TabsFrameworks/>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -37,7 +37,7 @@ Run `npm --version` to verify.
|
|||||||
|
|
||||||
You will also need to install platform specific dependencies:
|
You will also need to install platform specific dependencies:
|
||||||
|
|
||||||
import TabsInstaller from "../../src/components/tabinstall";
|
import TabsInstaller from "../../../src/components/tabinstall";
|
||||||
<TabsInstaller />
|
<TabsInstaller />
|
||||||
|
|
||||||
## Optional Dependencies
|
## Optional Dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user