From aa2ff97046472be88b2917b0cf17c02aee2ec436 Mon Sep 17 00:00:00 2001 From: Rushmore Mushambi Date: Thu, 10 Aug 2017 16:44:30 +0200 Subject: [PATCH] Point to the correct `juniper_rocket` repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db779ddf..205be16e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you want Rocket integration, you need to depend on the `juniper_rocket` crate ```toml [dependencies] juniper = { version = "0.8.1" } -juniper_rocket = { git = "https://github.com/graphql-rustl/juniper_rocket" } +juniper_rocket = { git = "https://github.com/graphql-rust/juniper_rocket" } ``` ## Building schemas