From 0d0a3460c084be7028530441997e5df632f017e9 Mon Sep 17 00:00:00 2001 From: rickyk586 Date: Mon, 8 Jan 2018 23:12:12 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a25cf..a75b6d4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ import { ENV } from '@app/env' **NOTE** Remember to ignore your files in your `.gitignore` ``` -# Envrionment Variables +# Environment Variables **/environment.* !**/environment.model.ts ``` @@ -103,4 +103,4 @@ var env = process.env.MY_ENV; $ npm run serve:testing ``` -**NOTE**: When running with a custom variable, production builds still need `--prod` flag \ No newline at end of file +**NOTE**: When running with a custom variable, production builds still need `--prod` flag