mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 00:22:57 +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:
|
||||
|
||||
import TabsFrameworks from "../../src/components/frameworktabs";
|
||||
import TabsFrameworks from "../../../src/components/frameworktabs";
|
||||
<TabsFrameworks/>
|
||||
|
||||
<hr/>
|
||||
|
@ -37,7 +37,7 @@ Run `npm --version` to verify.
|
||||
|
||||
You will also need to install platform specific dependencies:
|
||||
|
||||
import TabsInstaller from "../../src/components/tabinstall";
|
||||
import TabsInstaller from "../../../src/components/tabinstall";
|
||||
<TabsInstaller />
|
||||
|
||||
## Optional Dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user