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

Commit b183dc1

Browse files
Nougatorjstarryteymour-aldridge
authored
Added "" for the version at line 25 (#107)
* Added "" for the version at line 25 * Update src/getting-started/starter-templates.md Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com> Co-authored-by: Justin Starry <justin.m.starry@gmail.com> Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
1 parent 3208a4b commit b183dc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/getting-started/starter-templates.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ crate-type = ["cdylib"]
2222
2323
[dependencies]
2424
# for web_sys
25-
yew = 0.15
25+
yew = "0.16"
2626
# or for stdweb
2727
# yew = { version = "0.15", package = "yew-stdweb" }
2828
wasm-bindgen = "0.2"
@@ -32,4 +32,3 @@ wasm-bindgen = "0.2"
3232
## Other templates
3333

3434
* [Parcel Template](https://github.com/spielrs/yew-parcel-template) - Created by a community member and uses [Parcel](https://parceljs.org/)
35-

0 commit comments

Comments
 (0)