in yewstack org

This commit is contained in:
Cameron Taggart 2019-08-29 16:47:22 +02:00 committed by GitHub
parent 56de63802c
commit d574a2ca7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -443,7 +443,7 @@ your project's `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
yew = { git = "https://github.com/DenisKolodin/yew", features = ["toml", "yaml", "msgpack", "cbor"] } yew = { git = "https://github.com/yewstack/yew", features = ["toml", "yaml", "msgpack", "cbor"] }
``` ```
## Development setup ## Development setup