Skip to content

Commit 14af40d

Browse files
authored
Update tooling.md wasm32-unknown-unknown is a target, choose false for tailwind css (#472)
* Update tooling.md wasm32-unknown-unknown is a target * Update new_app.md false for tailwind css
1 parent 0f60364 commit 14af40d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-src/0.6/src/guide/new_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

docs-src/0.6/src/guide/tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)