File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ We're going to use the bare-bones template for *HotDog*. Our app won't be too co
2121
2222- Select "false" when asked if you want to create a fullstack website.
2323- Select "false" for the router, though we * will* eventually add the router to the app.
24- - Select no for TailwindCSS. If you want to use Tailwind, make sure to read the [ TailwindCSS guide] ( ../cookbook/tailwind.md ) .
24+ - Select "false" for TailwindCSS. If you want to use Tailwind, make sure to read the [ TailwindCSS guide] ( ../cookbook/tailwind.md ) .
2525- Select "Web" as the default platform.
2626
2727> 📣 You don't need ` dx new ` to create new Dioxus apps! Dioxus apps are Rust projects and can also be built with tools like cargo.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ We covered the setup instructions in [Getting Started](../getting_started/index.
1010
1111- Rust is installed
1212- You have a code editor installed
13- - The wasm32-unknown-unknown Rust toolchain is installed
13+ - The wasm32-unknown-unknown Rust target is installed
1414- The ` dioxus-cli ` is installed and up-to-date
1515- System-specific dependencies are installed
1616
You can’t perform that action at this time.
0 commit comments