Update README.md

Forgot to update the ref of the yew commits
This commit is contained in:
Cecile Tonglet 2021-01-19 15:17:44 +01:00 committed by GitHub
parent 272b8e72f0
commit 119ead376d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@ Installation
yewprint = { git = "https://github.com/cecton/yewprint.git", branch = "main" }
# right now you need a specific version of Yew to use Yewprint
yew = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b" }
yew = { git = "https://github.com/yewstack/yew.git", rev = "db3170f629f" }
# other yew dependencies need to use this version
# yew-router = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b" }
# yewtil = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b", features = ["pure"] }
# yew-router = { git = "https://github.com/yewstack/yew.git", rev = "db3170f629f" }
# yewtil = { git = "https://github.com/yewstack/yew.git", rev = "db3170f629f", features = ["pure"] }
```
You will also need the CSS from blueprint. For that you can either include the