Readme updates.

This commit is contained in:
Jayden Seric 2021-12-06 23:39:04 +11:00
parent 23ea74416c
commit 8132ed994a
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ An example GraphQL API using:
- [`apollo-server-koa`](https://npm.im/apollo-server-koa)
- [`graphql-upload`](https://npm.im/graphql-upload)
## Setup
## Installation
1. Install the latest [Node.js and npm](https://npmjs.com/get-npm).
2. Duplicate `.env.example` as `.env` and configure.
@ -20,6 +20,6 @@ Ensure your editor supports:
- [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint).
- [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
## Support
## Requirements
See `package.json` `engines`.

View File

@ -6,7 +6,7 @@ An example SSR web app using:
- [`@apollo/client`](https://npm.im/@apollo/client)
- [`apollo-upload-client`](https://npm.im/apollo-upload-client)
## Setup
## Installation
1. Install the latest [Node.js and npm](https://npmjs.com/get-npm).
2. Duplicate `.env.example` as `.env` and configure.
@ -20,6 +20,6 @@ Ensure your editor supports:
- [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint).
- [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
## Support
## Requirements
See `package.json` `engines` and `browserslist`.