diff --git a/api/readme.md b/api/readme.md index 0004fd0..1984b46 100644 --- a/api/readme.md +++ b/api/readme.md @@ -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`. diff --git a/app/readme.md b/app/readme.md index 21da04c..8a01cce 100644 --- a/app/readme.md +++ b/app/readme.md @@ -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`.