From d574a2ca7ba7bd81ea0d2f36dd8999a2ac37c56b Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Thu, 29 Aug 2019 16:47:22 +0200 Subject: [PATCH] in yewstack org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e009a0f69..63719be07 100644 --- a/README.md +++ b/README.md @@ -443,7 +443,7 @@ your project's `Cargo.toml`: ```toml [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