From 0ae374be20350e88aec6c2ecfb74ed37999f76ab Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sat, 8 Jul 2017 18:28:56 +1000 Subject: [PATCH] Readme tweaks. --- api/readme.md | 4 ++-- app/readme.md | 4 ++-- readme.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/readme.md b/api/readme.md index c6895cc..f0d5d45 100644 --- a/api/readme.md +++ b/api/readme.md @@ -1,10 +1,10 @@ # Apollo upload example API -An example GraphQL API using [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server). +An example GraphQL API using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server). ## Setup -1. Install the latest [Node.js](https://nodejs.org). +1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com). 2. Run `npm install` within the `api` directory in Terminal. 3. Copy `.env.example`, rename it `.env` and customize. diff --git a/app/readme.md b/app/readme.md index ee06ba1..a1d2504 100644 --- a/app/readme.md +++ b/app/readme.md @@ -1,10 +1,10 @@ # Apollo upload example web application -An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client). +An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client). ## Setup -1. Install the latest [Node.js](https://nodejs.org). +1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com). 2. Run `npm install` within the `app` directory in Terminal. 3. Copy `.env.example`, rename it `.env` and customize. diff --git a/readme.md b/readme.md index 11b14dc..e80cd16 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ![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). +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). - [MIT license](https://en.wikipedia.org/wiki/MIT_License).