From 4a3227c5091fc1897edd5a7279b696475830f206 Mon Sep 17 00:00:00 2001 From: Michael Merrill Date: Mon, 3 Apr 2017 21:38:07 -0600 Subject: [PATCH] Change api to app in app readme --- app/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/readme.md b/app/readme.md index 19caebb..ee06ba1 100644 --- a/app/readme.md +++ b/app/readme.md @@ -5,7 +5,7 @@ An example web application using [Next.js](https://github.com/zeit/next.js), [Re ## Setup 1. Install the latest [Node.js](https://nodejs.org). -2. Run `npm install` within the `api` directory in Terminal. +2. Run `npm install` within the `app` directory in Terminal. 3. Copy `.env.example`, rename it `.env` and customize. For development run `npm run dev`.