Skip to content

Commit

Permalink
Update website/docs/getting-started/build-a-sample-app.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Kaede Hoshikawa <[email protected]>
  • Loading branch information
moyeah and futursolo authored Oct 2, 2023
1 parent 758dcae commit d2f400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/getting-started/build-a-sample-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To convert this simple command line application to a basic Yew web application,

#### Update Cargo.toml

Add `yew` to the list of dependencies editing file:
Add `yew` to the list of dependencies:

```toml title=Cargo.toml {7}
[package]
Expand Down

0 comments on commit d2f400b

Please sign in to comment.