From 6d5c1af3ee4d45071c196bcacffd02ddfab4bbd5 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 20 Mar 2021 23:39:11 +0000 Subject: [PATCH] Remove redundant local command --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4beadd8..22d4872 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,6 @@ Environment variables are found in `src/environments/environment.⟨environment - Run `npm run start:dev` to start in development mode using Angular. - Run `npm run build:dev` to build in development mode using Angular. -### Local - -- Run `npm run start:local` to start in local mode using Angular. - ### Production - Run `npm run start:prod` to start in production mode using Angular.