From e0f0b483c5cc978e4894b7a869fe17d05c6e8449 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 18 Sep 2018 22:31:40 +1000 Subject: [PATCH] Removed readme badges. --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index c7ddcb9..1a8911a 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,6 @@ # Apollo upload examples -![License](https://img.shields.io/badge/license-MIT-blue.svg) -[![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-examples.svg)](https://github.com/jaydenseric/apollo-upload-examples/issues) -[![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-examples.svg)](https://github.com/jaydenseric/apollo-upload-examples/stargazers) - A full stack demo of file uploads via GraphQL mutations using [Apollo](https://apollographql.com) [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations: * [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server).