From 505524e89c59358a2ca561213e436f3ed6314f27 Mon Sep 17 00:00:00 2001 From: Shenandoah Grace <69861032+shenando@users.noreply.github.com> Date: Thu, 1 Jul 2021 20:35:55 -0400 Subject: [PATCH] Update README.md Change the name of the keys to reflect the values used in app.js --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 071d2fe..1492a0c 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ - Create a config folder with a `.env` file and add the following as `key = value` - PORT = 2121 (can be any port example: 3000) - - MS_KEY = `your Microsoft Face Endpoint` - - MS_REGION = `your Microsoft Face Key` + - ENDPOINT = `your Microsoft Face Endpoint` + - TEXT_ANALYTICS_API_KEY = `your Microsoft Face Key` ---