Point to the correct juniper_rocket repository

This commit is contained in:
Rushmore Mushambi 2017-08-10 16:44:30 +02:00 committed by theduke
parent e740646b8c
commit aa2ff97046

View file

@ -45,7 +45,7 @@ If you want Rocket integration, you need to depend on the `juniper_rocket` crate
```toml ```toml
[dependencies] [dependencies]
juniper = { version = "0.8.1" } 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 ## Building schemas