Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Commit edba34f

Browse files
committed
Fix sample app toml
1 parent ab46d1b commit edba34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/getting-started/build-a-sample-app.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = ["Yew App Developer <name@example.com>"]
1717
edition = "2018"
1818
1919
[dependencies]
20-
yew = { version = "0.13.0", features = "std_web" }
20+
yew = { version = "0.13.0", features = ["std_web"] }
2121
```
2222
{% endcode %}
2323

0 commit comments

Comments
 (0)