From fc5c52d0bff153829e288f09dce6096efe5efd3c Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sun, 2 Apr 2017 23:18:38 +1000 Subject: [PATCH] Fixed readme image URLs. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c669ef4..e81d83e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -# ![Apollo upload examples](https://cdn.rawgit.com/jaydenseric/apollo-upload-example/v1.0.0/apollo-upload-logo.svg) +# ![Apollo upload examples](https://cdn.rawgit.com/jaydenseric/apollo-upload-examples/v1.0.0/apollo-upload-logo.svg) -![Github release](https://img.shields.io/github/release/jaydenseric/apollo-upload-example.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-example.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-example.svg?style=flat-square) +![Github release](https://img.shields.io/github/release/jaydenseric/apollo-upload-examples.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-examples.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-examples.svg?style=flat-square) An example GraphQL API using [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server) and an example [Next.js](https://github.com/zeit/next.js) [React Apollo client](http://dev.apollodata.com/react) using [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).