mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
docs fix
This commit is contained in:
parent
1955570264
commit
fb7f84a033
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue