From 14942b477c93042bfcfbd00691d714a75ae4f1cf Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Thu, 8 Dec 2016 16:28:28 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d7de6..80b2329 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ UploadNetworkInterface for Apollo GraphQL Client. Adds support for `multipart/fo Used together with [graphql-server-express-upload](https://github.com/HriBB/graphql-server-express-upload) and [graphql-server-koa-upload](https://github.com/HriBB/graphql-server-koa-upload) (coming soon). +_Any help is appreciated!_ + ## Usage ``` @@ -21,4 +23,5 @@ const client = new ApolloClient({ ## TODO -- [ ] Add some tests +- [ ] Add tests +- [ ] Convert to typescript