From 6de1250c1f547327441a9445dc8887c563886b9f Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 18 Sep 2018 22:41:26 +1000 Subject: [PATCH] Updated docs. --- api/readme.md | 4 ++-- app/readme.md | 6 +++--- readme.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/readme.md b/api/readme.md index b29c223..1bb4272 100644 --- a/api/readme.md +++ b/api/readme.md @@ -2,8 +2,8 @@ An example GraphQL API using: -- [koa](https://npm.im/koa) -- [graphql-server-koa](https://npm.im/graphql-server-koa) +- [`koa`](https://npm.im/koa) +- [`apollo-server-koa`](https://npm.im/apollo-server-koa) ## Setup diff --git a/app/readme.md b/app/readme.md index d5be0e1..6fcd103 100644 --- a/app/readme.md +++ b/app/readme.md @@ -2,9 +2,9 @@ An example SSR web app using: -- [next](https://npm.im/next) -- [react-apollo](https://npm.im/react-apollo) -- [apollo-upload-client](https://npm.im/apollo-upload-client) +- [`next`](https://npm.im/next) +- [`react-apollo`](https://npm.im/react-apollo) +- [`apollo-upload-client`](https://npm.im/apollo-upload-client) ## Setup diff --git a/readme.md b/readme.md index e7e22cc..9cf1da0 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ # Apollo upload examples -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: +A full stack demo of file uploads via GraphQL mutations using [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). +- [Example GraphQL API](api) using [Apollo Server](https://apollographql.com/server). - [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).