Use raw url for Juniper logo in README

This commit is contained in:
Damir Vandic 2018-09-13 20:56:18 +02:00 committed by theduke
parent 0531bf7790
commit 347777a8d0

View file

@ -1,4 +1,4 @@
<img src="https://github.com/graphql-rust/juniper/blob/master/assets/logo/juniper-dark-word.png" alt="Juniper" width="500" />
<img src="https://github.com/graphql-rust/juniper/raw/master/assets/logo/juniper-dark-word.png" alt="Juniper" width="500" />
> GraphQL server library for Rust