mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
Update doc to avoid misunderstanding
This commit is contained in:
parent
2d158c9afc
commit
90e7463bb3
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ We use `toml` to define some info for `dioxus` project.
|
|||
asset_dir = "public"
|
||||
```
|
||||
|
||||
### Application.Tool
|
||||
### Application.Tools
|
||||
|
||||
You can combine different tools with `dioxus`.
|
||||
|
||||
|
@ -168,4 +168,4 @@ style = []
|
|||
|
||||
# Javascript code file
|
||||
script = []
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue